Skip to content

Commit

Permalink
submit missing code
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-zq committed Apr 26, 2024
1 parent f21dd59 commit 86a0e2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/upgrades/v300/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ func upgradeHandlerConstructor(
if err := mergeToken(ctx, box); err != nil {
return nil, err
}

if err := mergeGov(ctx, box); err != nil {
return nil, err
}
// initialize ICS27 module
initICAModule(ctx, m, fromVM)

Expand Down

0 comments on commit 86a0e2a

Please sign in to comment.