diff --git a/appplus/app.go b/appplus/app.go index 059fdf9fa3..84809566a4 100644 --- a/appplus/app.go +++ b/appplus/app.go @@ -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)