Skip to content

Commit 9e3936d

Browse files
Add program ID param to the interface verifySP1 docs
1 parent 7fd5272 commit 9e3936d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/src/core/IAlignedProofAggregationService.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ interface IAlignedProofAggregationService {
2323
/// @param blobVersionedHash the versioned hash of the blob transaction that contains the leaves that compose the merkle root.
2424
/// @param sp1PublicValues Values used to perform the execution
2525
/// @param sp1ProofBytes Groth16 proof
26+
/// @param programId The chunk aggregator program ID against which the proof should be verified
2627
function verifySP1(bytes32 blobVersionedHash, bytes calldata sp1PublicValues, bytes calldata sp1ProofBytes, bytes32 programId)
2728
external;
2829

0 commit comments

Comments
 (0)