Skip to content

Commit 189a135

Browse files
Update contracts/src/core/IAlignedProofAggregationService.sol
Co-authored-by: Marcos Nicolau <[email protected]>
1 parent c1c5ab6 commit 189a135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/core/IAlignedProofAggregationService.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ interface IAlignedProofAggregationService {
5454
error OnlyAlignedAggregator(address sender);
5555

5656
enum VerifierType {
57-
INVALID, // This to prevent default value being considered valid (when mapping returns 0 for non-existing keys)
57+
INVALID, // If a given program does not exist in the `programId` map, it defaults to 0. This prevents non-existing keys to be considered valid in case SP1 or RISC0 were in this position
5858
SP1,
5959
RISC0
6060
}

0 commit comments

Comments
 (0)