Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 2db5982cf52939fa052ce44560a5e7c39d96c61f04158d93ffc55585a847211a:17:12
|
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 | )
| ^