Skip to content

Commit

Permalink
Update pb/proof.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <rootulp@gmail.com>
  • Loading branch information
distractedm1nd and rootulp committed Aug 31, 2023
1 parent 6e39116 commit f71917d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pb/proof.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f71917d

Please sign in to comment.