From 30da1e53a51a2f2baf4d35321770f5a71869c347 Mon Sep 17 00:00:00 2001 From: Robert Zaremba Date: Wed, 17 Apr 2024 20:31:46 +0200 Subject: [PATCH] fix --- app/app.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/app.go b/app/app.go index ddbb42a52d..a831cb20a2 100644 --- a/app/app.go +++ b/app/app.go @@ -740,7 +740,6 @@ func New( metokenmodule.NewAppModule(appCodec, app.MetokenKeeperB), auctionmodule.NewAppModule(appCodec, app.AuctionKeeperB, app.BankKeeper), } - app.BankKeeper.GetAccountsBalances() // if Experimental {} app.mm = module.NewManager(appModules...)