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...)