Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 727 Bytes

slashing.md

File metadata and controls

34 lines (22 loc) · 727 Bytes
description
The slashing module can unjail your validator

slashing

Available Commands

Name Description
unjail Unjail validator previously jailed for downtime or double-sign.

rebusd tx slashing unjail

Unjail validator previously jailed for downtime.

rebus tx slashing unjail [flags]

Unjail a validator

The following example will unjail a validator using its validator operator (owner) key :

rebusd tx slashing unjail --from rebus1ludczrvlw36fkur9vy49lx4vjqhppn30h42ufg --chain-id rebus

{% hint style="info" %} TIP

The validator operator key must be stored in the local keystore. {% endhint %}