Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> aa0940c205ce25718c82c8359a05ac1f788a64a1a463acf5924a62cd29b1d6b9:17:14
|
17 | self.stakingCollectionRef.registerDelegator(nodeID: id, amount: amount)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 8d0e87b65159ae63.FlowStakingCollection:569:26
|
569 | let tokens <- self.getTokens(amount: amount)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: assertion failed: Insufficient total Flow balance
--> 8d0e87b65159ae63.FlowStakingCollection:222:16
|
222 | assert(
223 | amount <= unlockedBalance,
224 | message: "Insufficient total Flow balance"
225 | )
| ^