diff --git a/docs/spec/slashing/README.md b/docs/spec/slashing/README.md index d50d95d36..dee91eb33 100644 --- a/docs/spec/slashing/README.md +++ b/docs/spec/slashing/README.md @@ -16,16 +16,16 @@ This module will be used by the Cosmos Hub, the first hub in the Cosmos ecosyste ## Contents +1. **[Overview](overview.md)** 1. **[State](state.md)** 1. [SigningInfo](state.md#signing-info) 1. [SlashingPeriod](state.md#slashing-period) -1. **[Overview](overview.md)** 1. **[Transactions](transactions.md)** - 1. Unjail + 1. [Unjail](transactions.md#unjail) 1. **[Hooks](hooks.md)** - 1. Validator Bonded - 1. Validator Unbonding - 1. Validator Slashed + 1. [Validator Bonded](hooks.md#validator-bonded) + 1. [Validator Unbonded](hooks.md#validator-unbonded) + 1. [Validator Slashed](hooks.md#validator-slashed) 1. **[Begin Block](begin-block.md)** 1. [Evidence handling](begin-block.md#evidence-handling) 1. [Uptime tracking](begin-block.md#uptime-tracking) diff --git a/docs/spec/slashing/transactions.md b/docs/spec/slashing/transactions.md index b1d523139..be33ee096 100644 --- a/docs/spec/slashing/transactions.md +++ b/docs/spec/slashing/transactions.md @@ -2,7 +2,7 @@ In this section we describe the processing of transactions for the `slashing` module. -### TxUnjail +### Unjail If a validator was automatically unbonded due to downtime and wishes to come back online & possibly rejoin the bonded set, it must send `TxUnjail`: