From dc1330fa2ba07c080b56f1ca1b4c3f1c7c3ce339 Mon Sep 17 00:00:00 2001 From: Thrilok kumar Date: Sun, 16 Jan 2022 00:34:44 +0530 Subject: [PATCH] Update contracts/mainnet/connectors/uniswap/v3_auto_router/helpers.sol --- contracts/mainnet/connectors/uniswap/v3_auto_router/helpers.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/mainnet/connectors/uniswap/v3_auto_router/helpers.sol b/contracts/mainnet/connectors/uniswap/v3_auto_router/helpers.sol index 91d0c584..2110ca2f 100644 --- a/contracts/mainnet/connectors/uniswap/v3_auto_router/helpers.sol +++ b/contracts/mainnet/connectors/uniswap/v3_auto_router/helpers.sol @@ -52,7 +52,7 @@ abstract contract Helpers is DSMath, Basic { * @param swapData Struct with multiple swap data defined in interfaces.sol * @param setId Set token amount at this ID in `InstaMemory` Contract. */ - function _Swap( + function _swap( SwapData memory swapData, uint setId ) internal returns (SwapData memory) {