ZIP 221: renamed fields.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2021-03-29 23:18:45 +01:00
parent 306c575b87
commit b16cf169e4
2 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@ License: MIT</pre>
<li><code>nSaplingTxCount</code>
<dl>
<dt>Leaf node</dt>
<dd>The number of transactions in the leaf block where either of <code>vShieldedSpend</code> or <code>vShieldedOutput</code> is non-empty.</dd>
<dd>The number of transactions in the leaf block where either of <code>vSpendsSapling</code> or <code>vOutputsSapling</code> is non-empty.</dd>
<dt>Internal or root node</dt>
<dd>The sum of the <code>nSaplingTxCount</code> field of both children.</dd>
</dl>

View File

@ -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.