How do I unjail a validator?
If your validator has been jailed due to missing blocks then it can be unjailed with the following command:
mantrachaind tx slashing unjail \
--chain-id=mantra-hongbai-1 \
--gas="auto" \
--gas-adjustment 2 \
--gas-prices="0.0002uom" \
--from=<your-keys>
PreviousWhat are the different states a validator can be in?NextHow do I edit a validator's description?
Last updated