From 2565b3eba521f6d2473040d8b42379665681b329 Mon Sep 17 00:00:00 2001 From: domenicodev Date: Tue, 19 Dec 2023 16:35:41 +0100 Subject: [PATCH] Added missing desc in swap function --- evm/src/integral/IntegralSwapAdapter.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/evm/src/integral/IntegralSwapAdapter.sol b/evm/src/integral/IntegralSwapAdapter.sol index 25d498f..fdae3ba 100644 --- a/evm/src/integral/IntegralSwapAdapter.sol +++ b/evm/src/integral/IntegralSwapAdapter.sol @@ -37,6 +37,7 @@ contract IntegralSwapAdapter is ISwapAdapter { } } + /// @inheritdoc ISwapAdapter function swap( bytes32 poolId, IERC20 sellToken,