Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
parent
c3c00b9556
commit
9b4bc68aae
|
@ -350,6 +350,9 @@ func NewSimApp(
|
|||
),
|
||||
)
|
||||
|
||||
// Set legacy router for backwards compatibility with gov v1beta1
|
||||
govKeeper.SetLegacyRouter(govRouter)
|
||||
|
||||
// RegisterUpgradeHandlers is used for registering any on-chain upgrades.
|
||||
app.RegisterUpgradeHandlers()
|
||||
|
||||
|
|
Loading…
Reference in New Issue