Skip to content

Commit

Permalink
Update baseapp/baseapp.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored May 13, 2024
1 parent e2a1b5c commit 71baf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseapp/baseapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ func (app *BaseApp) MountStore(key storetypes.StoreKey, typ storetypes.StoreType
//
// Side-effect: calls baseapp.Init()
func (app *BaseApp) LoadLatestVersion() error {
app.logger.Debug(fmt.Sprintf("Loading latest version %v\n", app.cms.LatestVersion()))
app.logger.Debug(fmt.Sprintf("loading latest version %v\n", app.cms.LatestVersion()))
err := app.storeLoader(app.cms)
if err != nil {
return fmt.Errorf("failed to load latest version: %w", err)
Expand Down

0 comments on commit 71baf21

Please sign in to comment.