Skip to content

Commit

Permalink
Rename event properties to match usage
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Jan 30, 2024
1 parent 3c4fe56 commit 4ad96b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/interfaces/IGateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ interface IGateway {

/// @dev Emitted once the funds are locked and an outbound message is successfully queued.
event TokenSent(
address indexed token,
address indexed sender,
address indexed token,
ParaID indexed destinationChain,
MultiAddress destinationAddress,
uint128 amount
Expand Down

0 comments on commit 4ad96b4

Please sign in to comment.