Skip to content

Commit

Permalink
fix: token for yt return values
Browse files Browse the repository at this point in the history
  • Loading branch information
kinrezC committed Jul 15, 2024
1 parent 4521be2 commit 6579a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/invariant/RMMHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ contract RMMHandler is CommonBase, StdUtils, StdCheats {
);

weth.approve(address(rmm), amountTokenIn);
(uint256 realYtOut, uint256 amountInWad, uint256 amountOutWad, int256 deltaLiquidity) = rmm.swapExactTokenForYt(
(, uint256 amountInWad, uint256 amountOutWad, int256 deltaLiquidity) = rmm.swapExactTokenForYt(
address(weth),
amountTokenIn,
ytOut,
Expand Down

0 comments on commit 6579a5c

Please sign in to comment.