Skip to content

Commit 98fbdbd

Browse files
sunnya97tac0turtle
andauthored
fix blond typo (#9422)
Co-authored-by: Marko <marbar3778@yahoo.com>
1 parent d7c5bc5 commit 98fbdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/slashing/types/genesis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func ValidateGenesis(data GenesisState) error {
5555

5656
downtimeJail := data.Params.DowntimeJailDuration
5757
if downtimeJail < 1*time.Minute {
58-
return fmt.Errorf("downtime unblond duration must be at least 1 minute, is %s", downtimeJail.String())
58+
return fmt.Errorf("downtime unjail duration must be at least 1 minute, is %s", downtimeJail.String())
5959
}
6060

6161
signedWindow := data.Params.SignedBlocksWindow

0 commit comments

Comments
 (0)