core-contracts icon indicating copy to clipboard operation
core-contracts copied to clipboard

fix(multisig-factory): Resolve bug where child account isn't receiving deposit

Open denbite opened this issue 4 months ago • 3 comments

Upgraded near-sdk to 5.3.0 as the old version 2.0.0 caused a bug where env::attached_deposit() call always returned zero

Leading to LackBalanceFormState error on the child account image


Example of Transaction BEFORE The Fix https://testnet.nearblocks.io/txns/3hAThdBV5sk9DurAdJKJe5igYLv6myAMK4zGNj6ankA9

Example of Transaction AFTER The Fix https://testnet.nearblocks.io/txns/3sgM3RY2PeCKSB3umGc1cbnYSwsgnrNzx5dGXcxsrsFL

denbite avatar Oct 23 '24 08:10 denbite