Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
Signed-off-by: smtmfft <[email protected]>
  • Loading branch information
smtmfft committed Dec 2, 2024
1 parent df4ad85 commit fd98587
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 @@ -169,7 +169,7 @@ impl Prover for Risc0Prover {

info!(
"Generate aggregation receipt journal: {:?}",
alloy_primitives::hex::encode_prefixed(receipt.journal.bytes)
alloy_primitives::hex::encode_prefixed(receipt.journal.bytes.clone())
);
let block_proof_image_id = compute_image_id(RISC0_GUEST_ELF).unwrap();
let aggregation_image_id = compute_image_id(RISC0_AGGREGATION_ELF).unwrap();
Expand Down

0 comments on commit fd98587

Please sign in to comment.