remove typo

This commit is contained in:
James Prestwich 2019-07-01 11:46:10 -07:00 committed by Daira Hopwood
parent d159df6791
commit 8f3339dfc8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ The terms "branch" and "network upgrade" in this document are to be interpreted
Abstract
---------
This ZIP specifies modifications to be made to the Zcash block header format to include Merkle Mountain Range (MMR) commitments. Sapling (NU2) introduced the ``hashFinalSaplingRoot`` field to Zcash headers. This ZIP replaces the ``hashFinalSaplingRoot`` commitment with ``hashChainHistoryRoot``, which is the root of an MMR that commits that commits to many features of the chain's history, including all information present in ``hashFinalSaplingRoot``.
This ZIP specifies modifications to be made to the Zcash block header format to include Merkle Mountain Range (MMR) commitments. Sapling (NU2) introduced the ``hashFinalSaplingRoot`` field to Zcash headers. This ZIP replaces the ``hashFinalSaplingRoot`` commitment with ``hashChainHistoryRoot``, which is the root of an MMR that commits to many features of the chain's history, including all information present in ``hashFinalSaplingRoot``.
The MMR that produces the root provides a number of benefits to light clients, and enables future specification of the FlyClient protocol [#FlyClient]_. This ZIP specifies only consensus-layer changes. It does not provide any specification about the FlyClient protocol's operation.