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