Skip to content

Commit

Permalink
Fix Node description
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Oct 25, 2023
1 parent d55c12c commit 3e03c71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tips/TIP-0045/tip-0045.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ value for which the proof is computed. A `Leaf Hash` schema is additionally used

<details>
<summary>Node</summary>
<blockquote>Contains the hash of the value for which the proof is being computed.</blockquote>
<blockquote>A merkle tree node that contains two child components.</blockquote>
</details>
<table>
<tr>
Expand All @@ -76,7 +76,7 @@ value for which the proof is computed. A `Leaf Hash` schema is additionally used
<td colspan="2">
<details>
<summary>Node</summary>
<blockquote>Contains the hash of the value for which the proof is being computed. Defined in <a href='../TIP-0045/tip-0045.md#node'>TIP-45 (Node)</a>.</blockquote>
<blockquote>A merkle tree node that contains two child components. Defined in <a href='../TIP-0045/tip-0045.md#node'>TIP-45 (Node)</a>.</blockquote>
</details>
<details>
<summary>Leaf Hash</summary>
Expand All @@ -93,7 +93,7 @@ value for which the proof is computed. A `Leaf Hash` schema is additionally used
<td colspan="2">
<details>
<summary>Node</summary>
<blockquote>Contains the hash of the value for which the proof is being computed. Defined in <a href='../TIP-0045/tip-0045.md#node'>TIP-45 (Node)</a>.</blockquote>
<blockquote>A merkle tree node that contains two child components. Defined in <a href='../TIP-0045/tip-0045.md#node'>TIP-45 (Node)</a>.</blockquote>
</details>
<details>
<summary>Leaf Hash</summary>
Expand Down Expand Up @@ -633,7 +633,7 @@ A proof is serialized as follows:
<td colspan="2">
<details>
<summary>Node</summary>
<blockquote>Contains the hash of the value for which the proof is being computed. Defined in <a href='../TIP-0045/tip-0045.md#node'>TIP-45 (Node)</a>.</blockquote>
<blockquote>A merkle tree node that contains two child components. Defined in <a href='../TIP-0045/tip-0045.md#node'>TIP-45 (Node)</a>.</blockquote>
<table>
<tr>
<td>
Expand All @@ -656,7 +656,7 @@ A proof is serialized as follows:
<td colspan="2">
<details>
<summary>Node</summary>
<blockquote>Contains the hash of the value for which the proof is being computed. Defined in <a href='../TIP-0045/tip-0045.md#node'>TIP-45 (Node)</a>.</blockquote>
<blockquote>A merkle tree node that contains two child components. Defined in <a href='../TIP-0045/tip-0045.md#node'>TIP-45 (Node)</a>.</blockquote>
</details>
<details>
<summary>Leaf Hash</summary>
Expand All @@ -673,7 +673,7 @@ A proof is serialized as follows:
<td colspan="2">
<details>
<summary>Node</summary>
<blockquote>Contains the hash of the value for which the proof is being computed. Defined in <a href='../TIP-0045/tip-0045.md#node'>TIP-45 (Node)</a>.</blockquote>
<blockquote>A merkle tree node that contains two child components. Defined in <a href='../TIP-0045/tip-0045.md#node'>TIP-45 (Node)</a>.</blockquote>
</details>
<details>
<summary>Leaf Hash</summary>
Expand Down

0 comments on commit 3e03c71

Please sign in to comment.