[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 7cb931fb717ee0af9907c5f67ea7d01ab10ec39dda1b5ec7ea46b48a35788b46:18:8 | 18 | self.stakingCollection.registerDelegator( 19 | nodeID: "4d616b73205061776c616b006b97804baafee061a7fe607b26a5d820c74e8540", 20 | amount: minStake) | ^^^^^^^^^^^^^^^^^^^^^ --> b6763b4399a888c8.FlowStakingCollection:636:33 | 636 | let nodeDelegator <- FlowIDTableStaking.registerNewDelegator(nodeID: nodeID, tokensCommitted: <-tokens) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: assertion failed: Tokens committed for delegator registration is not above the minimum (50.00000000) --> b6763b4399a888c8.FlowIDTableStaking:1604:8 | 1604 | assert( 1605 | tokensCommitted.balance >= minimum, 1606 | message: "Tokens committed for delegator registration is not above the minimum (".concat(minimum.toString()).concat(")") 1607 | ) | ^
Happy diving into the flow Remember to upgrade your contracts to 1.0!