radixdlt / babylon-node

The Radix node, updated for Babylon. Embeds the Radix engine which lives at https://github.com/radixdlt/radixdlt-scrypto.
Other
28 stars 17 forks source link

Step 3 of registering validator, not working, error processing transaction, what is wrong ? #975

Closed SkybuckFlying closed 2 months ago

SkybuckFlying commented 5 months ago

https://docs.radixdlt.com/docs/node-registering-as-a-validator

for privacy. ``` CALL_METHOD Address("") "withdraw" Address("resource_rdx1tknxxxxxxxxxradxrdxxxxxxxxx009923554798xxxxxxxxxradxrd") Decimal("2000"); TAKE_FROM_WORKTOP Address("resource_rdx1tknxxxxxxxxxradxrdxxxxxxxxx009923554798xxxxxxxxxradxrd") Decimal("2000") Bucket("validator_creation_fee"); CREATE_VALIDATOR Bytes("") Decimal("0.0098") Bucket("validator_creation_fee"); CALL_METHOD Address("") "try_deposit_batch_or_abort" Expression("ENTIRE_WORKTOP") None; ``` 250.14 XRD is available on account, is this enough ?
dhedey commented 2 months ago

This manifest tries to take 2000 XRD, so 200 XRD in the account isn't enough.