Skip to content

Commit 6b7551a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/interfaces/V3SpokePoolInterface.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ interface V3SpokePoolInterface {
376376
// Legacy struct only used to preserve the FilledV3Relay event definition.
377377
struct LegacyV3RelayExecutionEventInfo {
378378
address updatedRecipient;
379-
bytes32 updatedMessageHash;
379+
bytes updatedMessage;
380380
uint256 updatedOutputAmount;
381381
FillType fillType;
382382
}

0 commit comments

Comments
 (0)