We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ccf360 commit 6c0344dCopy full SHA for 6c0344d
contracts/src/core/AlignedProofAggregationService.sol
@@ -113,7 +113,6 @@ contract AlignedProofAggregationService is
113
/// @notice Sets the address of the Risc0 verifier contract
114
/// @param _risc0VerifierAddress The new address for the Risc0 verifier contract
115
function setRisc0VerifierAddress(address _risc0VerifierAddress) external onlyOwner {
116
- require(_risc0VerifierAddress != address(0), "Invalid verifier address");
117
risc0VerifierAddress = _risc0VerifierAddress;
118
}
119
0 commit comments