diff --git a/packages/hardhat/contracts/ConceroParentPool.sol b/packages/hardhat/contracts/ConceroParentPool.sol index 563425b99..583cc8c8f 100644 --- a/packages/hardhat/contracts/ConceroParentPool.sol +++ b/packages/hardhat/contracts/ConceroParentPool.sol @@ -1281,10 +1281,6 @@ contract ConceroParentPool is return s_depositsOnTheWayArray; } - /** - * @notice Getter function to get an array of pending requests - * @return an array of liquidity providers addresses - */ function getPendingRequests() external view returns (bytes32[] memory _requests) { _requests = s_withdrawalRequestIds; } diff --git a/packages/hardhat/contracts/Orchestrator.sol b/packages/hardhat/contracts/Orchestrator.sol index 170cf3123..fcb015af7 100644 --- a/packages/hardhat/contracts/Orchestrator.sol +++ b/packages/hardhat/contracts/Orchestrator.sol @@ -351,7 +351,7 @@ contract Orchestrator is IFunctionsClient, IOrchestrator, ConceroCommon, Storage * @notice Internal function to perform swaps. Delegate calls DexSwap.entrypoint * @param swapData the payload to be passed to swap functions * @param _nativeAmount the native amount entered on the external function - * @param isFeesNeeded flag to indicate when take fees + * @param isTakingConceroFee flag to indicate when take fees * @param _receiver the address of the receiver of the swap */ function _swap(