Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> f2a8739080aadd4a853fc8e1a0f1976a9c5afa3bb821ad1286b98c9542d95c35:15:8
|
15 | self.stakingCollectionRef.requestUnstaking(nodeID: nodeID, delegatorID: delegatorID, amount: amount)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 8d0e87b65159ae63.FlowStakingCollection:864:20
|
864 | delegator.requestUnstaking(amount: amount)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: assertion failed: Not enough tokens to unstake!
--> 8624b52f9ddcd04a.FlowIDTableStaking:727:12
|
727 | assert (
728 | delRecord.tokensStaked.balance +
729 | delRecord.tokensCommitted.balance
730 | >= amount + delRecord.tokensRequestedToUnstake,
731 | message: "Not enough tokens to unstake!"
732 | )
| ^