Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
@0x/asset-swapper: address my own review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dorothy-zbornak committed Jul 23, 2020
1 parent 43a7d59 commit ec54580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function mixPaths(
nextAllFills.splice(i, 1);
// Recurse.
_walk(
[...path, fill],
nextPath,
input.plus(BigNumber.min(remainingInput, fill.input)),
output.plus(
// Clip the output of the next fill to the remaining
Expand Down

0 comments on commit ec54580

Please sign in to comment.