Reorganize sections

This commit is contained in:
Christopher Goes 2018-08-13 14:56:10 +02:00
parent 84e9b215b2
commit 98a278d564
1 changed files with 4 additions and 5 deletions

View File

@ -11,12 +11,7 @@ possibly rejoin the bonded set, it must send `TxUnjail`:
type TxUnjail struct { type TxUnjail struct {
ValidatorAddr sdk.AccAddress ValidatorAddr sdk.AccAddress
} }
```
All delegators still delegated to the validator will be rebonded and begin
to again collect provisions and rewards.
```golang
handleMsgUnjail(tx TxUnjail) handleMsgUnjail(tx TxUnjail)
validator := getValidator(tx.ValidatorAddr) validator := getValidator(tx.ValidatorAddr)
@ -39,3 +34,7 @@ handleMsgUnjail(tx TxUnjail)
return return
``` ```
If the validotor has enough stake to be in the top hundred, they will be automatically rebonded,
and all delegators still delegated to the validator will be rebonded and begin to again collect
provisions and rewards.