Update contracts/mainnet/connectors/uniswap/v3_auto_router/helpers.sol

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
0xBhavik 2022-01-17 00:42:50 +05:30 committed by GitHub
parent 5270c092b8
commit 5f9005650a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ abstract contract Helpers is DSMath, Basic {
swapData._buyAmt = _swapHelper(swapData);
bool isEthBuyToken = address(swapData.buyToken) == wethAddr;
convertWethToEth(isEthBuyToken, swapData.buyToken, buyAmt);
convertWethToEth(isEthBuyToken, swapData.buyToken, swapData .buyAmt);
setUint(setId, swapData._buyAmt);