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 1d45118 commit 6b7551aCopy full SHA for 6b7551a
contracts/interfaces/V3SpokePoolInterface.sol
@@ -376,7 +376,7 @@ interface V3SpokePoolInterface {
376
// Legacy struct only used to preserve the FilledV3Relay event definition.
377
struct LegacyV3RelayExecutionEventInfo {
378
address updatedRecipient;
379
- bytes32 updatedMessageHash;
+ bytes updatedMessage;
380
uint256 updatedOutputAmount;
381
FillType fillType;
382
}
0 commit comments