Transactions

Cosmos-SDK Slashing module transactions commands

The tx commands allow users to interact with the slashing module.

sged tx slashing --help

Unjail

The unjail command allows users to unjail a validator previously jailed for downtime.

sged tx slashing unjail --from mykey [flags]

Example:

sged tx slashing unjail --from mykey

For detailed information see the original document.

Last updated