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
2e8ba1d846
commit
dc1330fa2b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user