Skip to content

Commit

Permalink
fix: typo (risc0#1270)
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Laub <[email protected]>
  • Loading branch information
twzjwang and flaub authored Jan 3, 2024
1 parent 661e079 commit 4958b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion risc0/zkvm/src/host/receipt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ impl InnerReceipt {
match self {
InnerReceipt::Composite(ref receipt) => receipt.get_claim(),
InnerReceipt::Groth16(ref groth16_receipt) => Ok(groth16_receipt.claim.clone()),
InnerReceipt::Succinct(ref succinct_recipt) => Ok(succinct_recipt.claim.clone()),
InnerReceipt::Succinct(ref succinct_receipt) => Ok(succinct_receipt.claim.clone()),
InnerReceipt::Fake { claim } => Ok(claim.clone()),
}
}
Expand Down

0 comments on commit 4958b8b

Please sign in to comment.