Minor change

This commit is contained in:
gamarin2 2018-06-05 17:23:48 +02:00 committed by GitHub
parent 9e8226ae5b
commit d2e86d3a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -250,6 +250,8 @@ Bond your tokens to a validator candidate with the following command:
gaiacli delegate --amount=10steak --address-delegator=<your_address> --address-candidate=<bonded_validator_address> --name=<key_name> --chain-id=<name_of_testnet_chain> --sequence=1
```
When tokens are bonded, they are pooled with all the other bonded tokens in the network. Validators and delegators obtain shares that represent their stake in this pool.
### Unbond
If for any reason the validator misbehaves or you just want to unbond a certain amount of the bonded tokens: