We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89602d1 commit ddaf233Copy full SHA for ddaf233
batcher/aligned-batcher/src/zk_utils/mod.rs
@@ -34,11 +34,7 @@ fn verify_internal(verification_data: &VerificationData) -> bool {
34
35
let mut image_id = [0u8; 32];
36
image_id.copy_from_slice(image_id_slice.as_slice());
37
- return verify_risc_zero_proof(
38
- verification_data.proof.as_slice(),
39
- &image_id,
40
- &pub_input,
41
- );
+ verify_risc_zero_proof(verification_data.proof.as_slice(), &image_id, &pub_input)
42
}
43
ProvingSystemId::GnarkPlonkBls12_381
44
| ProvingSystemId::GnarkPlonkBn254
0 commit comments