Merge PR #3314: Staking misc rename

This commit is contained in:
frog power 4000
2019-01-17 18:53:22 +01:00
committed by Christopher Goes
parent d9e32e93d5
commit 8f7a222308
30 changed files with 191 additions and 204 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
## Create or modify delegation distribution
- triggered-by: `staking.TxDelegate`, `staking.TxBeginRedelegate`, `staking.TxBeginUnbonding`
- triggered-by: `staking.MsgDelegate`, `staking.MsgBeginRedelegate`, `staking.MsgUndelegate`
The pool of a new delegator bond will be 0 for the height at which the bond was
added, or the withdrawal has taken place. This is achieved by setting
@@ -10,7 +10,7 @@ added, or the withdrawal has taken place. This is achieved by setting
## Commission rate change
- triggered-by: `staking.TxEditValidator`
- triggered-by: `staking.MsgEditValidator`
If a validator changes its commission rate, all commission on fees must be
simultaneously withdrawn using the transaction `TxWithdrawValidator`.
+1 -1
View File
@@ -47,7 +47,7 @@ The staking module emits the following events/tags:
* [0] Time is formatted in the RFC3339 standard
### MsgBeginUnbonding
### MsgUndelegate
| Key | Value |
|------------------|---------------------------|