fix: multiple typos of different importance (#25068)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
co-authored by
Alex | Interchain Labs
parent
86245cba91
commit
bc8ac8108f
+1
-1
@@ -924,7 +924,7 @@ func (app *BaseApp) FinalizeBlock(req *abci.FinalizeBlockRequest) (res *abci.Fin
|
||||
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 {
|
||||
|
||||
+1
-1
@@ -165,7 +165,7 @@ type BaseApp struct {
|
||||
|
||||
// nextBlockDelay is the delay to wait until the next block after ABCI has committed.
|
||||
// This gives the application more time to receive precommits. This is the same as TimeoutCommit,
|
||||
// but can new be set from the application. This value defaults to 0, and CometBFT will use the
|
||||
// but can now be set from the application. This value defaults to 0, and CometBFT will use the
|
||||
// legacy value set in config.toml if it is 0.
|
||||
nextBlockDelay time.Duration
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ func NewState(ctx sdk.Context, ms storetypes.CacheMultiStore) *State {
|
||||
}
|
||||
}
|
||||
|
||||
// CacheMultiStore calls and returns a CacheMultiStore on the state's underling
|
||||
// CacheMultiStore calls and returns a CacheMultiStore on the state's underlying
|
||||
// CacheMultiStore.
|
||||
func (st *State) CacheMultiStore() storetypes.CacheMultiStore {
|
||||
return st.MultiStore.CacheMultiStore()
|
||||
|
||||
Reference in New Issue
Block a user