We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07c4af commit 1d45118Copy full SHA for 1d45118
contracts/interfaces/V3SpokePoolInterface.sol
@@ -373,6 +373,7 @@ interface V3SpokePoolInterface {
373
bytes depositorSignature
374
);
375
376
+ // Legacy struct only used to preserve the FilledV3Relay event definition.
377
struct LegacyV3RelayExecutionEventInfo {
378
address updatedRecipient;
379
bytes32 updatedMessageHash;
@@ -395,7 +396,7 @@ interface V3SpokePoolInterface {
395
396
address depositor,
397
address recipient,
398
bytes message,
- V3RelayExecutionEventInfo relayExecutionInfo
399
+ LegacyV3RelayExecutionEventInfo relayExecutionInfo
400
401
402
event RequestedV3SlowFill(
0 commit comments