Skip to content

Commit

Permalink
Remove Leaf Hash from allowed proof schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Oct 25, 2023
1 parent 99e455e commit d55c12c
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions tips/TIP-0045/tip-0045.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,33 +687,6 @@ A proof is serialized as follows:
</tr>
</table>
</details>
<details>
<summary>Leaf Hash</summary>
<blockquote>Contains the hash of a leaf in the tree. Defined in <a href='../TIP-0045/tip-0045.md#leaf-hash'>TIP-45 (Leaf Hash)</a>.</blockquote>
<table>
<tr>
<td>
<b>Name</b>
</td>
<td>
<b>Type</b>
</td>
<td>
<b>Description</b>
</td>
</tr>
<tr>
<td>Merkle Tree Component Type</td>
<td>uint8</td>
<td>Set to <strong>value 1</strong> to denote a <i>Leaf Hash</i>.</td>
</tr>
<tr>
<td>Hash</td>
<td>(uint8)ByteArray</td>
<td>The hash of the leaf.</td>
</tr>
</table>
</details>
<details>
<summary>Value Hash</summary>
<blockquote>Contains the hash of the value for which the proof is being computed. Defined in <a href='../TIP-0045/tip-0045.md#value-hash'>TIP-45 (Value Hash)</a>.</blockquote>
Expand Down

0 comments on commit d55c12c

Please sign in to comment.