fix blond typo (#9422)

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Sunny Aggarwal 2021-06-01 09:20:16 -04:00 committed by GitHub
parent d7c5bc5f35
commit 98fbdbd5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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