Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Apr 8, 2024
1 parent a62ad88 commit 32dc4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-cosmwasm/api/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func MigrateSealing() (bool, error) {
return false, err
}
if !ret {
return false, errors.New("Sealing migration failed")
return false, errors.New("sealing migration failed")
}
return true, nil
}
Expand Down

0 comments on commit 32dc4fd

Please sign in to comment.