Apply suggestions from code review

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Kris Nuttycombe 2021-02-15 09:52:53 -07:00 committed by GitHub
parent 506c3d0df3
commit a779c1043d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -572,7 +572,7 @@ Block Header Changes
The nonmalleable transaction identifier specified by this ZIP will be used
in the place of the current malleable transaction identifier within the
Merkel tree committed to by the ``hashMerkleRoot`` value. However, this
Merkle tree committed to by the ``hashMerkleRoot`` value. However, this
change now means that ``hashMerkleRoot`` is not sufficient to fully commit
to the transaction data, including witnesses, that appear within the block.
@ -585,8 +585,8 @@ produced according to the `Authorizing Data Commitment` part of this
specification.
This new commitment is named ``hashAuthDataRoot`` and is the root of a left-dense
binary merkle tree of transaction authorizing data commitments. Empty internal nodes
and leaves in the merkle tree (nodes without children) have the "null" hash value
binary Merkle tree of transaction authorizing data commitments. Empty internal nodes
and leaves in the Merkle tree (nodes without children) have the "null" hash value
``[0u8; 32]``. Hashes in this tree are BLAKE2b-256 hashes personalized by the string
``"ZcashAuthDatHash"``.