Skip to content

Commit

Permalink
Update provers/risc0/driver/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Petar Vujović <[email protected]>
  • Loading branch information
smtmfft and petarvujovic98 authored Oct 15, 2024
1 parent a9a09db commit 8051dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provers/risc0/driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ impl Prover for Risc0Prover {
.map_err(|err| format!("Failed to verify SNARK: {err:?}"))?;
let snark_proof = alloy_primitives::hex::encode_prefixed(proof_data);

info!("Aggregation proof: {:?}", snark_proof);
info!("Aggregation proof: {snark_proof:?}");
let proof_gen_result = Ok(Risc0Response {
proof: snark_proof,
receipt: serde_json::to_string(&receipt).unwrap(),
Expand Down

0 comments on commit 8051dc5

Please sign in to comment.