From 98fbdbd5b81a6f7b687dd7fc960b6d92272f1a3a Mon Sep 17 00:00:00 2001 From: Sunny Aggarwal Date: Tue, 1 Jun 2021 09:20:16 -0400 Subject: [PATCH] fix blond typo (#9422) Co-authored-by: Marko --- x/slashing/types/genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/slashing/types/genesis.go b/x/slashing/types/genesis.go index ee765c8c37..9b427e725a 100644 --- a/x/slashing/types/genesis.go +++ b/x/slashing/types/genesis.go @@ -55,7 +55,7 @@ func ValidateGenesis(data GenesisState) error { downtimeJail := data.Params.DowntimeJailDuration if downtimeJail < 1*time.Minute { - 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()) } signedWindow := data.Params.SignedBlocksWindow