ZIP 221: fix block height description.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
teor 2021-05-04 08:10:20 +10:00 committed by Daira Hopwood
parent 36643173bf
commit 528eb6685d
2 changed files with 4 additions and 4 deletions

View File

@ -305,7 +305,7 @@ License: MIT</pre>
<li><code>nEarliestHeight</code> <li><code>nEarliestHeight</code>
<dl> <dl>
<dt>Leaf node</dt> <dt>Leaf node</dt>
<dd>The header's height.</dd> <dd>The height of the block.</dd>
<dt>Internal or root node</dt> <dt>Internal or root node</dt>
<dd>Inherited from the left child.</dd> <dd>Inherited from the left child.</dd>
</dl> </dl>
@ -314,7 +314,7 @@ License: MIT</pre>
<li><code>nLatestHeight</code> <li><code>nLatestHeight</code>
<dl> <dl>
<dt>Leaf node</dt> <dt>Leaf node</dt>
<dd>The header's height.</dd> <dd>The height of the block.</dd>
<dt>Internal or root node</dt> <dt>Internal or root node</dt>
<dd>Inherited from the right child.</dd> <dd>Inherited from the right child.</dd>
</dl> </dl>

View File

@ -300,7 +300,7 @@ Each MMR node is defined as follows:
9. ``nEarliestHeight`` 9. ``nEarliestHeight``
Leaf node Leaf node
The header's height. The height of the block.
Internal or root node Internal or root node
Inherited from the left child. Inherited from the left child.
@ -310,7 +310,7 @@ Each MMR node is defined as follows:
10. ``nLatestHeight`` 10. ``nLatestHeight``
Leaf node Leaf node
The header's height. The height of the block.
Internal or root node Internal or root node
Inherited from the right child. Inherited from the right child.