Skip to content

Commit

Permalink
fix: add initialize store
Browse files Browse the repository at this point in the history
  • Loading branch information
da1suk8 committed Mar 29, 2024
1 parent dc9ae90 commit 9dd0509
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appplus/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,11 @@ func NewWasmApp(

app.sm.RegisterStoreDecoders()

// initialize stores
app.MountKVStores(keys)
// app.MountTransientStores(tkeys)
app.MountMemoryStores(memKeys)

// initialize BaseApp
app.SetInitChainer(app.InitChainer)
app.SetPreBlocker(app.PreBlocker)
Expand Down

0 comments on commit 9dd0509

Please sign in to comment.