Added missing desc in swap function

This commit is contained in:
domenicodev
2023-12-19 16:35:41 +01:00
parent cd8e9c61b3
commit 2565b3eba5

View File

@@ -37,6 +37,7 @@ contract IntegralSwapAdapter is ISwapAdapter {
}
}
/// @inheritdoc ISwapAdapter
function swap(
bytes32 poolId,
IERC20 sellToken,