CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 9358e858b8a345b68c64fcf5673ce2eb85cb1d9a21c2abc1da5fe85cb9fd9c5d:32:39 | 32 | let unstakeFlowOutVault <- LiquidStaking.unstakeQuickly(stFlowVault: <- (stflowOutVault as! @stFlowToken.Vault)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> d6f80565193ad727.LiquidStaking:154:25 | 154 | let flowVault <- DelegatorManager.withdrawFromCommitted(amount: flowAmountToUnstake) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: assertion failed: Not enough committed tokens to withdraw --> d6f80565193ad727.DelegatorManager:353:8 | 353 | assert(defaultDelegatorInfo.tokensCommitted >= amount, message: "Not enough committed tokens to withdraw") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^