ZIP 221: cosmetics.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-03-10 16:50:39 +00:00
parent a9ce93846a
commit 053e86f87f
2 changed files with 4 additions and 4 deletions

View File

@ -240,7 +240,7 @@ License: MIT</pre>
<dt>Internal or root node</dt>
<dd>Inherited from the right child.</dd>
</dl>
<p>Serialized as <code>nBits</code> (uint32).</p>
<p>Serialized as <code>nBits</code> (<code>uint32</code>).</p>
</li>
<li><code>hashEarliestSaplingRoot</code>
<dl>
@ -301,7 +301,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 <cite>vShieldedOutput</cite> is non-empty.</dd>
<dd>The number of transactions in the leaf block where either of <code>vShieldedSpend</code> or <code>vShieldedOutput</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

@ -248,7 +248,7 @@ Each MMR node is defined as follows:
Internal or root node
Inherited from the right child.
Serialized as ``nBits`` (uint32).
Serialized as ``nBits`` (``uint32``).
6. ``hashEarliestSaplingRoot``
@ -311,7 +311,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.
``vShieldedSpend`` or ``vShieldedOutput`` is non-empty.
Internal or root node
The sum of the ``nSaplingTxCount`` field of both children.