From 98a278d5646f277690decc994dd4cafe608657d9 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Mon, 13 Aug 2018 14:56:10 +0200 Subject: [PATCH] Reorganize sections --- docs/spec/slashing/transactions.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/spec/slashing/transactions.md b/docs/spec/slashing/transactions.md index f241b12d2..c6a9470fc 100644 --- a/docs/spec/slashing/transactions.md +++ b/docs/spec/slashing/transactions.md @@ -11,12 +11,7 @@ possibly rejoin the bonded set, it must send `TxUnjail`: type TxUnjail struct { 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) validator := getValidator(tx.ValidatorAddr) @@ -39,3 +34,7 @@ handleMsgUnjail(tx TxUnjail) 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.