We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a84f2 commit 37bbee1Copy full SHA for 37bbee1
modules/apps/27-interchain-accounts/host/ibc_module.go
@@ -105,7 +105,7 @@ func (im IBCModule) OnRecvPacket(
105
_ sdk.AccAddress,
106
) ibcexported.Acknowledgement {
107
if !im.keeper.IsHostEnabled(ctx) {
108
- return channeltypes.NewErrorAcknowledgement(types.ErrHostSubModuleDisabled.Error())
+ return types.NewErrorAcknowledgement(types.ErrHostSubModuleDisabled)
109
}
110
111
txResponse, err := im.keeper.OnRecvPacket(ctx, packet)
0 commit comments