From a779c1043d3e843ee622e3a8179c29c7a7e53f54 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Mon, 15 Feb 2021 09:52:53 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Daira Hopwood --- zip-0244.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zip-0244.rst b/zip-0244.rst index e8d7674a..ebb5b983 100644 --- a/zip-0244.rst +++ b/zip-0244.rst @@ -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"``.