From cc9ec1de72341d037a35e0970b371ffb888bc947 Mon Sep 17 00:00:00 2001 From: zancas Date: Thu, 1 Aug 2024 18:57:01 -0600 Subject: [PATCH] update CompactBlock doc-comment, to cover non-Sapling shielded notes, and addresses --- zcash_client_backend/proto/compact_formats.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zcash_client_backend/proto/compact_formats.proto b/zcash_client_backend/proto/compact_formats.proto index e39e5225d..b00ab1291 100644 --- a/zcash_client_backend/proto/compact_formats.proto +++ b/zcash_client_backend/proto/compact_formats.proto @@ -19,9 +19,9 @@ message ChainMetadata { // A compact representation of the shielded data in a Zcash block. // // CompactBlock is a packaging of ONLY the data from a block that's needed to: -// 1. Detect a payment to your shielded Sapling address -// 2. Detect a spend of your shielded Sapling notes -// 3. Update your witnesses to generate new Sapling spend proofs. +// 1. Detect a payment to your Shielded address +// 2. Detect a spend of your Shielded notes +// 3. Update your witnesses to generate new spend proofs. message CompactBlock { uint32 protoVersion = 1; // the version of this wire format, for storage uint64 height = 2; // the height of this block