Skip to content

Commit

Permalink
remove wrong assignment to app.CapabilityKeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
catShaark committed May 10, 2023
1 parent 3473311 commit 4eef2c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ func NewDigApp(
scopedTransferKeeper := app.CapabilityKeeper.ScopeToModule(ibctransfertypes.ModuleName)
scopedWasmKeeper := app.CapabilityKeeper.ScopeToModule(wasm.ModuleName)
// add capability keeper and ScopeToModule for ibc module
app.CapabilityKeeper = capabilitykeeper.NewKeeper(appCodec, keys[capabilitytypes.StoreKey], memKeys[capabilitytypes.MemStoreKey])
scopedICAHostKeeper := app.CapabilityKeeper.ScopeToModule(icahosttypes.SubModuleName)
app.CapabilityKeeper.Seal()

Expand Down

0 comments on commit 4eef2c2

Please sign in to comment.