Merge PR #3605: DOCS: fix withdraw instructions in delegator guide
This commit is contained in:
parent
94dccf3842
commit
f9b2809dc9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue