Skip to content

Commit

Permalink
Make rewardAddress an indexed event parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes committed Oct 27, 2024
1 parent e73125d commit fa9b8a7
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 @@ -55,7 +55,7 @@ interface IGateway {

// V2: Emitted when inbound message has been dispatched
event InboundMessageDispatched(
uint64 indexed nonce, bool success, bytes32 rewardAddress
uint64 indexed nonce, bool success, bytes32 indexed rewardAddress
);

// Emitted when an outbound message has been accepted for delivery to a Polkadot parachain
Expand Down

0 comments on commit fa9b8a7

Please sign in to comment.