Skip to content

Commit 6c0344d

Browse files
committed
fix: remove check against 0x0 address
1 parent 2ccf360 commit 6c0344d

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
@@ -113,7 +113,6 @@ contract AlignedProofAggregationService is
113113
/// @notice Sets the address of the Risc0 verifier contract
114114
/// @param _risc0VerifierAddress The new address for the Risc0 verifier contract
115115
function setRisc0VerifierAddress(address _risc0VerifierAddress) external onlyOwner {
116-
require(_risc0VerifierAddress != address(0), "Invalid verifier address");
117116
risc0VerifierAddress = _risc0VerifierAddress;
118117
}
119118
}

0 commit comments

Comments
 (0)