Skip to content

Commit 2b67067

Browse files
update verifyProofInclusion docs to remove the removed param
1 parent e290871 commit 2b67067

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/src/core/AlignedProofAggregationService.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ contract AlignedProofAggregationService is
115115
/// @param merklePath The Merkle proof (sibling hashes) needed to reconstruct the Merkle root.
116116
/// @param programId The identifier for the ZK program (image_id in RISC0 or vk hash in SP1).
117117
/// @param publicInputs The public inputs bytes of the proof.
118-
/// @param verifierType The type of verifier (SP1 or RISC0).
119118
///
120119
/// @return bool Returns true if the computed Merkle root is a recognized valid aggregated proof.
121120
function verifyProofInclusion(bytes32[] calldata merklePath, bytes32 programId, bytes calldata publicInputs)

0 commit comments

Comments
 (0)