Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed Dec 12, 2024
1 parent 0a67a0a commit 3db5236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/src/groth16.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ impl Seal {
}
}

/// Decode a [Seal] as [Bytes] into a [Receipt] constructed with the given [ReceiptClaim] and
/// journal. The verifier parameters are optional and default to the current zkVM version.
/// Decode a seal with selector as [Bytes] into a [Receipt] constructed with the given [ReceiptClaim]
/// and journal. The verifier parameters are optional and default to the current zkVM version.
pub fn decode_seal(
seal: Bytes,
claim: ReceiptClaim,
Expand Down

0 comments on commit 3db5236

Please sign in to comment.