fix: correct typos across codebase (#25335)
This commit is contained in:
+1
-1
@@ -915,7 +915,7 @@ func (app *BaseApp) FinalizeBlock(req *abci.RequestFinalizeBlock) (res *abci.Res
|
||||
return res, err
|
||||
}
|
||||
|
||||
// checkHalt checkes if height or time exceeds halt-height or halt-time respectively.
|
||||
// checkHalt checks if height or time exceeds halt-height or halt-time respectively.
|
||||
func (app *BaseApp) checkHalt(height int64, time time.Time) error {
|
||||
var halt bool
|
||||
switch {
|
||||
|
||||
Reference in New Issue
Block a user