Skip to content

Commit

Permalink
channel-open-init: fix typo in even field
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopernas committed May 21, 2024
1 parent aabf701 commit 10431ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/IbcDispatcher.sol
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ interface IbcEventsEmitter {
// channel events
//
event ChannelOpenInit(
address indexed recevier,
address indexed receiver,
string version,
ChannelOrder ordering,
bool feeEnabled,
Expand Down

0 comments on commit 10431ab

Please sign in to comment.