Step 3. Register node as validator fails, transaction processing error

I try input this into raw transaction dashboard/console:

CALL_METHOD
    Address(" snip ")
    "withdraw"
    Address("resource_rdx1tknxxxxxxxxxradxrdxxxxxxxxx009923554798xxxxxxxxxradxrd")
    Decimal("2000");
TAKE_FROM_WORKTOP
    Address("resource_rdx1tknxxxxxxxxxradxrdxxxxxxxxx009923554798xxxxxxxxxradxrd")
    Decimal("2000")
    Bucket("validator_creation_fee");
CREATE_VALIDATOR
    Bytes(" snip ")
    Decimal("0.0098")
    Bucket("validator_creation_fee");
CALL_METHOD
    Address(" snip ")
    "try_deposit_batch_or_abort"
    Expression("ENTIRE_WORKTOP")
    None;

Where snip is set as it should, however when sending the transaction it results in transasction processing error.

Any idea what is wrong ?

There is 250.14 XRD on the account address.

Running latest “Bottlenose” Radix software.

1 Like