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

This commit is contained in:
Thrilok kumar 2022-01-16 00:35:21 +05:30 committed by GitHub
parent 63711ce030
commit 0fd94d34a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ abstract contract Helpers is DSMath, Basic {
uint setId
) internal returns (SwapData memory) {
swapData._buyAmt = _SwapHelper(swapData);
swapData._buyAmt = _swapHelper(swapData);
setUint(setId, swapData._buyAmt);
return swapData;