Skip to content

Commit 1d45118

Browse files
committed
WIP
Signed-off-by: Matt Rice <[email protected]>
1 parent e07c4af commit 1d45118

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contracts/interfaces/V3SpokePoolInterface.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ interface V3SpokePoolInterface {
373373
bytes depositorSignature
374374
);
375375

376+
// Legacy struct only used to preserve the FilledV3Relay event definition.
376377
struct LegacyV3RelayExecutionEventInfo {
377378
address updatedRecipient;
378379
bytes32 updatedMessageHash;
@@ -395,7 +396,7 @@ interface V3SpokePoolInterface {
395396
address depositor,
396397
address recipient,
397398
bytes message,
398-
V3RelayExecutionEventInfo relayExecutionInfo
399+
LegacyV3RelayExecutionEventInfo relayExecutionInfo
399400
);
400401

401402
event RequestedV3SlowFill(

0 commit comments

Comments
 (0)