Skip to content

Commit

Permalink
Update app/app.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
cmwaters and rootulp authored Apr 17, 2024
1 parent 50da483 commit 18b1199
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,7 @@ func New(
app.MsgGateKeeper = ante.NewMsgVersioningGateKeeper(app.configurator.GetAcceptedMessages())
app.MsgServiceRouter().SetCircuit(app.MsgGateKeeper)

// We only initialize the base stores that will be part of every version i.e. params
// (which contain the app version)
// Initialize the KV stores for the base modules (e.g. params). The base modules will be included in every app version.
app.MountKVStores(app.baseKeys())
app.MountTransientStores(tkeys)
app.MountMemoryStores(memKeys)
Expand Down

0 comments on commit 18b1199

Please sign in to comment.