slashing

The slashing module can unjail your validator

Available Commands

NameDescription

Unjail validator previously jailed for downtime or double-sign.

junod tx slashing unjail

Unjail validator previously jailed for downtime.

juno tx slashing unjail [flags]

Unjail a validator

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

junod tx slashing unjail --from juno1ludczrvlw36fkur9vy49lx4vjqhppn30h42ufg --chain-id juno

TIP

The validator operator key must be stored in the local keystore.

Last updated