Skip to content

Commit

Permalink
Merge pull request #62 from cosmic-horizon/develop
Browse files Browse the repository at this point in the history
UPGRADE: update app.go
  • Loading branch information
dpdanpittman authored Jan 11, 2024
2 parents 399c3c5 + 6c22e05 commit f950695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
v5_1 "github.com/cosmic-horizon/qwoyn/app/upgrades/v5_1"
v5_2 "github.com/cosmic-horizon/qwoyn/app/upgrades/v5_2"
v5_3 "github.com/cosmic-horizon/qwoyn/app/upgrades/v5_3"
v5_4 "github.com/cosmic-horizon/qwoyn/app/upgrades/v5_4"
intertx "github.com/cosmic-horizon/qwoyn/x/intertx"
intertxkeeper "github.com/cosmic-horizon/qwoyn/x/intertx/keeper"
intertxtypes "github.com/cosmic-horizon/qwoyn/x/intertx/types"
Expand Down Expand Up @@ -193,7 +194,7 @@ var (
// DefaultNodeHome default home directories for the application daemon
DefaultNodeHome string

Upgrades = []upgrades.Upgrade{v5_1.Upgrade, v5_2.Upgrade, v5_3.Upgrade}
Upgrades = []upgrades.Upgrade{v5_1.Upgrade, v5_2.Upgrade, v5_3.Upgrade, v5_4.Upgrade}

// ModuleBasics defines the module BasicManager is in charge of setting up basic,
// non-dependant module elements, such as codec registration
Expand Down

0 comments on commit f950695

Please sign in to comment.