Skip to content

Commit

Permalink
imp(simapp): removed unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Aug 14, 2023
1 parent 867d9a4 commit 4e6bc61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/simapp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4e6bc61

Please sign in to comment.