Skip to content

Commit

Permalink
Merge pull request #132 from moonstash/patch-18
Browse files Browse the repository at this point in the history
Update enigmacli.md
  • Loading branch information
assafmo authored Apr 5, 2020
2 parents 194cc90 + 7493654 commit 7182bee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/enigmacli.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,13 @@ Use the following commands to:
enigmacli tx staking edit-validator --moniker <new-moniker> --from <key-alias>
```

##### Changing your commission rate

Example 0.075 = 7.5%
```bash
enigmacli tx staking edit-validator --commission-rate 0.075 --from <key-alias>
```

##### Seeing your rewards from being a validator

```bash
Expand Down

0 comments on commit 7182bee

Please sign in to comment.