Skip to content

Commit

Permalink
Adds documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Jan 31, 2024
1 parent 66395a9 commit 2dab3a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/Oracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ contract Oracle is Ownable {
}

/**
* @dev unlocks funds to the bidders assosciated with BidIDs in the input array.
* @param bidIDs The array of BidIDs to unlock funds for.
*/
function unlockFunds(bytes32[] memory bidIDs) external onlyOwner {
for (uint256 i = 0; i < bidIDs.length; i++) {
Expand Down

0 comments on commit 2dab3a5

Please sign in to comment.