From 0c1495f4f364884c9f5b505f3ab4b0ca404b7c09 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 24 Nov 2024 18:30:51 +0100 Subject: [PATCH] tiny typo --- 00.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00.md b/00.md index 27eef9a..cb16c76 100644 --- a/00.md +++ b/00.md @@ -256,7 +256,7 @@ The deserialized `base64_token_cbor` is a JSON of the same form as a TokenV4 but `m` is the mint URL. The mint URL must be stripped of any trailing slashes (`/`). `u` is the currency unit of the token keysets (see [Keysets][01] for supported units), and `d` is an optional text memo from the sender. -`i` is the keyset ID of the profs in `p`, which is an array of `Proof` objects without the `id` field. We extracted the keyset ID `id` from each proof and grouped all proofs by their keyset ID `i` one level above (in `p`). +`i` is the keyset ID of the proofs in `p`, which is an array of `Proof` objects without the `id` field. We extracted the keyset ID `id` from each proof and grouped all proofs by their keyset ID `i` one level above (in `p`). Note that all fields of the `bytes` type encode hex strings in the original representation of `Proof`'s.