Skip to content

Commit

Permalink
refactor: change added key
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Apr 17, 2024
1 parent 830d4b3 commit 9a0ffdc
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 @@ -1228,7 +1228,7 @@ func (app *MigalooApp) setupUpgradeHandlers() {
if upgradeInfo.Name == v45.UpgradeName {
storeUpgrades := &storetypes.StoreUpgrades{
Added: []string{
feeabstypes.ModuleName,
feeabstypes.StoreKey,
},
Deleted: []string{},
}
Expand Down

0 comments on commit 9a0ffdc

Please sign in to comment.