From 63f35d8e8d81fa3bb205a9ec159f9668afd8c7b6 Mon Sep 17 00:00:00 2001 From: Khanh Hoa Date: Mon, 25 Mar 2024 11:54:52 +0700 Subject: [PATCH] fix: null ScopedWasmKeeper --- app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.go b/app/app.go index 9dc73477..a7944526 100644 --- a/app/app.go +++ b/app/app.go @@ -636,7 +636,7 @@ func NewMigalooApp( app.IBCFeeKeeper, // ISC4 Wrapper: fee IBC middleware app.IBCKeeper.ChannelKeeper, &app.IBCKeeper.PortKeeper, - app.ScopedWasmKeeper, + scopedWasmKeeper, app.TransferKeeper, bApp.MsgServiceRouter(), bApp.GRPCQueryRouter(),