[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 67de1294121d61404c419e4c2aaa87815b7a4278a859962dbfc73041d0b4c086:26:8 | 26 | self.stakingCollection.registerDelegator( 27 | nodeID: "4d616b73205061776c616b006b97804baafee061a7fe607b26a5d820c74e8540", 28 | amount: minStake) | ^^^^^^^^^^^^^^^^^^^^^ --> b6763b4399a888c8.FlowStakingCollection:634:26 | 634 | let tokens <- self.getTokens(amount: amount) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: assertion failed: Insufficient total Flow balance --> b6763b4399a888c8.FlowStakingCollection:231:16 | 231 | assert( 232 | amount <= unlockedBalance, 233 | message: "Insufficient total Flow balance" 234 | ) | ^
Happy diving into the flow Remember to upgrade your contracts to 1.0!