Skip to content

Commit

Permalink
add NatSpec comment
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Nov 11, 2024
1 parent c263406 commit 9acaf2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/verifiers/UniversalVerifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ contract UniversalVerifier is
);
}

/// @dev Update a ZKP request
/// @param requestId The ID of the ZKP request
/// @param request The ZKP request data
function updateZKPRequest(
uint64 requestId,
IZKPVerifier.ZKPRequest calldata request
Expand Down

0 comments on commit 9acaf2f

Please sign in to comment.