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 acdb688 commit c801dfaCopy full SHA for c801dfa
contracts/SpokePool.sol
@@ -1195,13 +1195,6 @@ abstract contract SpokePool is
1195
"invalid repayment chain"
1196
);
1197
1198
- // If this is a partial fill, require that the fill has no message. This prevents situations in which
1199
- // a message is sent multiple times for multiple partial fills.
1200
- require(
1201
- relayExecution.relay.amount == fillAmountPreFees || relayExecution.updatedMessage.length == 0,
1202
- "invalid partial fill message"
1203
- );
1204
-
1205
// Update fill counter.
1206
_updateCountFromFill(
1207
relayFills[relayExecution.relayHash],
0 commit comments