Merge PR #3314: Staking misc rename
This commit is contained in:
committed by
Christopher Goes
parent
d9e32e93d5
commit
8f7a222308
@@ -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`.
|
||||
|
||||
@@ -47,7 +47,7 @@ The staking module emits the following events/tags:
|
||||
|
||||
* [0] Time is formatted in the RFC3339 standard
|
||||
|
||||
### MsgBeginUnbonding
|
||||
### MsgUndelegate
|
||||
|
||||
| Key | Value |
|
||||
|------------------|---------------------------|
|
||||
|
||||
Reference in New Issue
Block a user