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
54a2b62e7b
commit
38c3d3e222
|
@ -16,7 +16,7 @@ abstract contract Helpers is DSMath, Basic {
|
||||||
* @dev UniswapV3 swapHelper
|
* @dev UniswapV3 swapHelper
|
||||||
* @param swapData - Struct defined in interfaces.sol
|
* @param swapData - Struct defined in interfaces.sol
|
||||||
*/
|
*/
|
||||||
function _SwapHelper(
|
function _swapHelper(
|
||||||
SwapData memory swapData
|
SwapData memory swapData
|
||||||
) internal returns (uint buyAmt) {
|
) internal returns (uint buyAmt) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user