Skip to content

Commit

Permalink
fix(evm): typo in event
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Dec 13, 2024
1 parent 66b0316 commit d178998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/contracts/core/04-channel/IBCPacket.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ library IBCPacketLib {
bytes32 public constant COMMITMENT_NULL = bytes32(uint256(0));

event SendPacket(IBCPacket packet);
event RecvPacket(IBCPacket packets, address maker, bytes makerMsg);
event RecvPacket(IBCPacket packet, address maker, bytes makerMsg);
event RecvIntentPacket(IBCPacket packet, address maker, bytes makerMsg);
event WriteAcknowledgement(IBCPacket packet, bytes acknowledgement);
event AcknowledgePacket(
Expand Down

0 comments on commit d178998

Please sign in to comment.