Rework paragraph to eliminate incomplete sentence

This commit is contained in:
Jack Grigg 2020-03-04 18:17:27 +13:00 committed by Daira Hopwood
parent f503789adf
commit 7b98f97f5d
1 changed files with 3 additions and 3 deletions

View File

@ -571,9 +571,9 @@ reduce the memory requirements for managing and updating the commitment trees.
In leaf nodes, some information is repeated. We chose to do this so that leaf nodes could
be treated identically to internal and root nodes for all algorithms and (de)serializers.
Leaf nodes are easily identifiable, as they will show proof of work in the
``hashSubtreeCommitment`` field, and their block range (calculated as
``nLatestHeight - (nEarliestHeight - 1)``) will be precisely 1. For the same reason, we
change the semantics of ``hashSubtreeCommitment`` in leaf nodes to commit
``hashSubtreeCommitment`` field (which commits to the block hash for leaf nodes), and
their block range (calculated as ``nLatestHeight - (nEarliestHeight - 1)``) will be
precisely 1.
Personalized BLAKE2b-256 was selected to match existing Zcash conventions. Adding the
consensus branch ID to the hash personalization string ensures that valid nodes from one