Skip to content

Commit

Permalink
add contract docs
Browse files Browse the repository at this point in the history
  • Loading branch information
olegkron committed Aug 8, 2024
1 parent 5b512ee commit 3a6d4b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions packages/hardhat/contracts/ConceroParentPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat/contracts/Orchestrator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3a6d4b6

Please sign in to comment.