Skip to content

Commit

Permalink
Fix logline for deployment of mock verifier (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf authored Jul 15, 2024
1 parent 604be78 commit bfea3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/test/RiscZeroCheats.sol
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ abstract contract RiscZeroCheats is CommonBase {
if (devMode()) {
// NOTE: Using a fixed selector of 0 for the selector of the mock verifier.
IRiscZeroVerifier verifier = new RiscZeroMockVerifier(bytes4(0));
console2.log("Deployed RiscZeroGroth16VerifierTest to", address(verifier));
console2.log("Deployed RiscZeroMockVerifier to", address(verifier));
return verifier;
} else {
IRiscZeroVerifier verifier = new RiscZeroGroth16Verifier(ControlID.CONTROL_ROOT, ControlID.BN254_CONTROL_ID);
Expand Down

0 comments on commit bfea3b8

Please sign in to comment.