Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Feb 7, 2024
1 parent 959543a commit fdc7480
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/FlowUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export function validateFillForDeposit(
return fill[key] !== undefined && fill[key].toString() === deposit[key]?.toString();
});
}

if (isV3Deposit(deposit) && isV3Fill(fill)) {
return V3_DEPOSIT_COMPARISON_KEYS.every((key) => {
if (fillFieldsToIgnore.includes(key)) {
Expand Down

0 comments on commit fdc7480

Please sign in to comment.