mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/uniswap/v3_auto_router/helpers.sol
This commit is contained in:
parent
63711ce030
commit
0fd94d34a4
|
@ -57,7 +57,7 @@ abstract contract Helpers is DSMath, Basic {
|
||||||
uint setId
|
uint setId
|
||||||
) internal returns (SwapData memory) {
|
) internal returns (SwapData memory) {
|
||||||
|
|
||||||
swapData._buyAmt = _SwapHelper(swapData);
|
swapData._buyAmt = _swapHelper(swapData);
|
||||||
setUint(setId, swapData._buyAmt);
|
setUint(setId, swapData._buyAmt);
|
||||||
|
|
||||||
return swapData;
|
return swapData;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user