We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84cbc1 commit 8d9e6abCopy full SHA for 8d9e6ab
evm/src/interfaces/INttManager.sol
@@ -24,8 +24,8 @@ interface INttManager is IManagerBase {
24
/// @param recipientChain The chain ID of the recipient.
25
/// @param msgSequence The unique sequence ID of the message.
26
event TransferSent(
27
- bytes32 recipient,
28
- bytes32 refundAddress,
+ bytes32 indexed recipient,
+ bytes32 indexed refundAddress,
29
uint256 amount,
30
uint256 fee,
31
uint16 recipientChain,
0 commit comments