From 4e6bc61a64b83ad3606ad5679b70fb54ea4e7910 Mon Sep 17 00:00:00 2001 From: srdtrk Date: Mon, 14 Aug 2023 12:49:22 +0300 Subject: [PATCH] imp(simapp): removed unneeded comment --- testing/simapp/app.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/testing/simapp/app.go b/testing/simapp/app.go index 956d8117111..9567d04018b 100644 --- a/testing/simapp/app.go +++ b/testing/simapp/app.go @@ -323,8 +323,6 @@ func NewSimApp( bApp.SetInterfaceRegistry(interfaceRegistry) bApp.SetTxEncoder(txConfig.TxEncoder()) - // NOTE: The ibcmock.StoreKey is just mounted for testing purposes. Actual applications should - // not include this key. keys := sdk.NewKVStoreKeys( authtypes.StoreKey, banktypes.StoreKey, stakingtypes.StoreKey, crisistypes.StoreKey, minttypes.StoreKey, distrtypes.StoreKey, slashingtypes.StoreKey,