Skip to content

Commit

Permalink
Add msgChannelOpen(Try|Confirm|Ack)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Aug 15, 2023
1 parent 9762a2e commit bff8812
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@ func GetDefaultBypassFeeMessages() []string {
sdk.MsgTypeURL(&ibctransfertypes.MsgTransfer{}),
sdk.MsgTypeURL(&ibcchanneltypes.MsgTimeout{}),
sdk.MsgTypeURL(&ibcchanneltypes.MsgTimeoutOnClose{}),
sdk.MsgTypeURL(&ibcchanneltypes.MsgChannelOpenTry{}),
sdk.MsgTypeURL(&ibcchanneltypes.MsgChannelOpenConfirm{}),
sdk.MsgTypeURL(&ibcchanneltypes.MsgChannelOpenAck{}),
}
}

Expand Down

0 comments on commit bff8812

Please sign in to comment.