Skip to content

Commit

Permalink
Update BundleDataClient.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Jan 31, 2025
1 parent 3479dae commit 6ffd1a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/clients/BundleDataClient/BundleDataClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1180,9 +1180,9 @@ export class BundleDataClient {
duplicateDepositsInBundle.forEach((duplicateDeposit) => {
updateExpiredDepositsV3(expiredDepositsToRefundV3, duplicateDeposit);
});
// If fill is in the current bundle then we can assume there is already a refund for it, so only
// include this pre fill if the fill is in an older bundle. If fill is after this current bundle, then
// we won't consider it, following the previous treatment of fills after the bundle block range.
// If fill is in the current bundle then we can assume there is already a refund for it, so only
// include this pre fill if the fill is in an older bundle. If fill is after this current bundle, then
// we won't consider it, following the previous treatment of fills after the bundle block range.
if (!isSlowFill(fill)) {
validatedBundleV3Fills.push({
...fill,
Expand Down

0 comments on commit 6ffd1a0

Please sign in to comment.