Skip to content

Commit

Permalink
fix: add feeabs
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Jun 5, 2024
1 parent 89d1f1c commit db2bb55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1236,9 +1236,7 @@ func (app *MigalooApp) setupUpgradeHandlers() {

if upgradeInfo.Name == v46.UpgradeName {
storeUpgrades := &storetypes.StoreUpgrades{
Added: []string{
feeabstypes.StoreKey,
},
Added: []string{},
Deleted: []string{},
}
// configure store loader that checks if version == upgradeHeight and applies store upgrades
Expand Down

0 comments on commit db2bb55

Please sign in to comment.