Update README.md

This commit is contained in:
yys 2019-06-24 19:10:50 +09:00 committed by GitHub
parent d5cc3a5962
commit 4e8dc36dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -20,10 +20,16 @@ It will make unsigned transaction output file (default `./unsignedTx.json`)
## Instructions
### For Both
```
terracli tx distr set-withdraw-addr --withdraw-to terra1437zllxmq9gag8acyt56rk7dkyrd2zvk9ts02p --from {both} --chain-id columbus-2 --gas-prices 0.015uluna --gas 18000
```
### For Foundation Validator
```
terracli tx distr withdraw-rewards --validator {validator} --from {validator} --commission
```
### For Foundation Delegator
```
terracli tx distr terracli tx distr withdraw-all-rewards --from {validator}
```