We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c5bc5 commit 98fbdbdCopy full SHA for 98fbdbd
x/slashing/types/genesis.go
@@ -55,7 +55,7 @@ func ValidateGenesis(data GenesisState) error {
55
56
downtimeJail := data.Params.DowntimeJailDuration
57
if downtimeJail < 1*time.Minute {
58
- return fmt.Errorf("downtime unblond duration must be at least 1 minute, is %s", downtimeJail.String())
+ return fmt.Errorf("downtime unjail duration must be at least 1 minute, is %s", downtimeJail.String())
59
}
60
61
signedWindow := data.Params.SignedBlocksWindow
0 commit comments