From 3db5236b0cc64864a2b0ca5354f42872b15171f9 Mon Sep 17 00:00:00 2001 From: capossele Date: Thu, 12 Dec 2024 18:49:31 +0000 Subject: [PATCH] improve comment --- contracts/src/groth16.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/src/groth16.rs b/contracts/src/groth16.rs index e410b7ce..e25317f6 100644 --- a/contracts/src/groth16.rs +++ b/contracts/src/groth16.rs @@ -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,