Skip to content

Commit c801dfa

Browse files
committed
Update SpokePool.sol
1 parent acdb688 commit c801dfa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

contracts/SpokePool.sol

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,13 +1195,6 @@ abstract contract SpokePool is
11951195
"invalid repayment chain"
11961196
);
11971197

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-
12051198
// Update fill counter.
12061199
_updateCountFromFill(
12071200
relayFills[relayExecution.relayHash],

0 commit comments

Comments
 (0)