Merge branch 'master' into release/v0.34.0

This commit is contained in:
Aleksandr Bezobchuk 2019-04-03 10:58:46 -04:00
commit fbc3fcb0f0
No known key found for this signature in database
GPG Key ID: 7DAC30FBD99879B0
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ gaiacli tx staking delegate <validatorAddress> <amountToBond> --from <delegatorA
In order to sign, you will also need the `chain-id`, `account-number` and `sequence`. The `chain-id` is a unique identifier for the blockchain on which you are submitting the transaction. The `account-number` is an identifier generated when your account first receives funds. The `sequence` number is used to keep track of the number of transactions you have sent and prevent replay attacks.
Get the chain-id from the genesis file (`cosmoshub-1`), and the two other information using the `account query`:
Get the chain-id from the genesis file (`cosmoshub-1`), and the two other fields using the account query:
```bash
gaiacli query account <yourAddress> --chain-id cosmoshub-1