Skip to content

Commit

Permalink
revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo committed Nov 3, 2023
1 parent b22b17d commit efd1fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ func NewAxelarApp(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest
setKeeper(keepers, *capabilityK)

// grant capabilities for the ibc and ibc-transfer modules
scopedTransferK := capabilityK.ScopeToModule(ibctransfertypes.ModuleName)
scopedIBCK := capabilityK.ScopeToModule(ibchost.ModuleName)
scopedTransferK := capabilityK.ScopeToModule(ibctransfertypes.ModuleName)

capabilityK.Seal()
setKeeper(keepers, initIBCKeeper(appCodec, keys, keepers, scopedIBCK))
Expand Down

0 comments on commit efd1fb4

Please sign in to comment.