Skip to content

Commit

Permalink
chore: Change return val
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Jul 29, 2024
1 parent 3f96d88 commit 4dd371d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v8/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func CreateUpgradeHandler(
// Leave modules are as-is to avoid running InitGenesis.
logger.Debug("running module migrations ...")
if updatedVM, err = mm.RunMigrations(ctx, configurator, vm); err != nil {
return vm, err
return updatedVM, err
}

// ibc-go vX -> v6
Expand Down

0 comments on commit 4dd371d

Please sign in to comment.