From f71917d5f50bf5aa241e7c2b1e54b4f65e7f2c90 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 31 Aug 2023 10:32:24 +0200 Subject: [PATCH] Update pb/proof.proto Co-authored-by: Rootul P --- pb/proof.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pb/proof.proto b/pb/proof.proto index f71a7db..431685a 100644 --- a/pb/proof.proto +++ b/pb/proof.proto @@ -13,7 +13,7 @@ message Proof { // Nodes hold the tree nodes necessary for the Merkle range proof. repeated bytes nodes = 3; // leaf_hash contains the namespace.ID if NMT does not have it and - // it should be proven. LeafHash is necessary to prove the Absence Proof. + // it should be proven. leaf_hash is necessary to prove the Absence Proof. // This field will be empty in case of Inclusion Proof. bytes leaf_hash = 4; // The is_max_namespace_ignored flag influences the calculation of the