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

View File

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