Skip to content

Commit

Permalink
Update app/app.go
Browse files Browse the repository at this point in the history
Signed-off-by: yihuang <huang@crypto.com>
  • Loading branch information
yihuang authored Feb 27, 2025
1 parent 2a017ce commit 5eecccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ func (app *App) CheckTx(req *abci.RequestCheckTx) (*abci.ResponseCheckTx, error)
return app.BaseApp.CheckTx(req)
}

// VersionStoreLoader will be used by default and loads the latest version
// VersionStoreLoader will be used when there's versiondb
func VersionStoreLoader(version int64) baseapp.StoreLoader {
return func(ms storetypes.CommitMultiStore) error {
return ms.LoadVersion(version)
Expand Down

0 comments on commit 5eecccb

Please sign in to comment.