From b16cf169e4123aa90df9a7701c659f737032338a Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Mon, 29 Mar 2021 23:18:45 +0100 Subject: [PATCH] ZIP 221: renamed fields. Signed-off-by: Daira Hopwood --- zip-0221.html | 2 +- zip-0221.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zip-0221.html b/zip-0221.html index cfbfca18..a447851a 100644 --- a/zip-0221.html +++ b/zip-0221.html @@ -323,7 +323,7 @@ License: MIT
  • nSaplingTxCount
    Leaf node
    -
    The number of transactions in the leaf block where either of vShieldedSpend or vShieldedOutput is non-empty.
    +
    The number of transactions in the leaf block where either of vSpendsSapling or vOutputsSapling is non-empty.
    Internal or root node
    The sum of the nSaplingTxCount field of both children.
    diff --git a/zip-0221.rst b/zip-0221.rst index 224bdd94..4c57038e 100644 --- a/zip-0221.rst +++ b/zip-0221.rst @@ -321,7 +321,7 @@ Each MMR node is defined as follows: Leaf node The number of transactions in the leaf block where either of - ``vShieldedSpend`` or ``vShieldedOutput`` is non-empty. + ``vSpendsSapling`` or ``vOutputsSapling`` is non-empty. Internal or root node The sum of the ``nSaplingTxCount`` field of both children.