Skip to content

Commit

Permalink
remove unneeded args from _exchange method
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Aug 2, 2023
1 parent ed15aa1 commit 19cd912
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions contracts/main/CurveTricryptoOptimizedWETH.vy
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,6 @@ def exchange(
dx,
min_dy,
receiver,
empty(address),
empty(bytes32),
False,
)

Expand Down Expand Up @@ -423,8 +421,6 @@ def exchange_received(
dx,
min_dy,
receiver,
empty(address),
empty(bytes32),
True,
)

Expand Down Expand Up @@ -752,8 +748,6 @@ def _exchange(
dx: uint256,
min_dy: uint256,
receiver: address,
callbacker: address,
callback_sig: bytes32,
expect_optimistic_transfer: bool,
) -> uint256:

Expand Down

0 comments on commit 19cd912

Please sign in to comment.