Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

I'm puzzled. I just added a simple unstake method but I'm not able to hit it using mandos. Even more it seams that mandos for this particular method call it just succeds and intrements the nonce without actual the respective endpoint to exist in the contract. { "step": "scCall", "txId": "unstake-case-1", "tx": { "from": "address:client1", "to": "sc:xlauncher-staking", "function": "unstakeMethoDoesNotExists", "value": "0", "arguments": [ "1", "1,000,000,000,000,000,000,000" ], "gasLimit": "100,000,000", "gasPrice": "0" } }, Any idea why this tx does not fail with endpoint does not exists ?