Merge PR #3605: DOCS: fix withdraw instructions in delegator guide

This commit is contained in:
gamarin2 2019-02-11 18:10:04 +01:00 committed by Jack Zampolin
parent 94dccf3842
commit f9b2809dc9
1 changed files with 3 additions and 3 deletions

View File

@ -367,10 +367,10 @@ The transaction `fees` are the product of `gas` and `gasPrice`. As a user, you h
gaiacli tx staking delegate <validatorAddress> <amountToBond> --from <delegatorKeyName> --gas auto --gas-prices <gasPrice>
// Withdraw all rewards from a given validator
// ex value for flags: <validatorAddress>=cosmosvaloper18thamkhnj9wz8pa4nhnp9rldprgant57pk2m8s, <gasPrice>=0.001stake
// Withdraw all rewards
// ex value for flag: <gasPrice>=0.001stake
gaiacli tx distr withdraw-rewards <validatorAddress> --from <delegatorKeyName> --gas auto --gas-prices <gasPrice>
gaiacli tx distr withdraw-all-rewards --from <delegatorKeyName> --gas auto --gas-prices <gasPrice>
// Unbond a certain amount of Atoms from a given validator