Skip to content

Commit

Permalink
Merge pull request #236 from plutomonkey/fix-genesis-bond
Browse files Browse the repository at this point in the history
Fix genesis-bond script.
  • Loading branch information
bengtlofgren authored Jan 15, 2024
2 parents ab623f9 + c874001 commit 200a9a2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ Please follow the below steps:

```bash copy
namadac utils genesis-bond \
--validator "<your-validator-alias>" \ # Validator address.
--amount "<amount>" \ # Amount of tokens to stake in a bond.
--source "<your-tpknam-in-balances.toml>" \ # Source address for delegations. For self-bonds, the validator is also the source.
--path "<filename-for-your-tx.toml>" \ # Output toml file to write transactions to.
--validator "<your-validator-address>" \
--amount "<amount-to-stake-in-bond>" \
--source "<your-tpknam-in-balances.toml>" \
--path "<filename-for-your-tx.toml>"
```

After this step is completed, sign the transaction
Expand Down

0 comments on commit 200a9a2

Please sign in to comment.