Skip to content

Commit

Permalink
fix blond typo (#9422)
Browse files Browse the repository at this point in the history
Co-authored-by: Marko <marbar3778@yahoo.com>
  • Loading branch information
sunnya97 and tac0turtle committed Jun 1, 2021
1 parent d7c5bc5 commit 98fbdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/slashing/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98fbdbd

Please sign in to comment.