Skip to content

Commit

Permalink
Update Block Issuer Feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Jan 25, 2024
1 parent f103b6a commit ddaadc1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tips/TIP-0042/tip-0042.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ that account.

<details>
<summary>Block Issuer Feature</summary>
<blockquote>Contains the public keys used to verify block signatures.</blockquote>
<blockquote>Contains the keys with which the account can create block signatures.</blockquote>
</details>
<table>
<tr>
Expand Down Expand Up @@ -215,7 +215,7 @@ that account.
<td>Set to <strong>value 0</strong> to denote an <i>Ed25519 Public Key Hash Block Issuer Key</i>.</td>
</tr>
<tr>
<td>PubKeyHash</td>
<td>Pub Key Hash</td>
<td>ByteArray[32]</td>
<td>The raw bytes of the BLAKE2b-256 hash of the corresponding Ed25519 public key.</td>
</tr>
Expand Down Expand Up @@ -633,7 +633,7 @@ outputs that are locked under _Account Address_ and it keeps track of controlled
</details>
<details>
<summary>Block Issuer Feature</summary>
<blockquote>Contains the public keys used to verify block signatures. Defined in <a href='../TIP-0042/tip-0042.md#block-issuer-feature'>TIP-42 (Block Issuer Feature)</a>.</blockquote>
<blockquote>Contains the keys with which the account can create block signatures. Defined in <a href='../TIP-0042/tip-0042.md#block-issuer-feature'>TIP-42 (Block Issuer Feature)</a>.</blockquote>
<table>
<tr>
<td>
Expand Down Expand Up @@ -685,7 +685,7 @@ outputs that are locked under _Account Address_ and it keeps track of controlled
<td>Set to <strong>value 0</strong> to denote an <i>Ed25519 Public Key Hash Block Issuer Key</i>.</td>
</tr>
<tr>
<td>PubKeyHash</td>
<td>Pub Key Hash</td>
<td>ByteArray[32]</td>
<td>The raw bytes of the BLAKE2b-256 hash of the corresponding Ed25519 public key.</td>
</tr>
Expand Down Expand Up @@ -980,7 +980,7 @@ The following table shows the serialization of an _Implicit Account Creation Add
<td>Set to <strong>value 32</strong> to denote an <i>Implicit Account Creation Address</i>.</td>
</tr>
<tr>
<td>PubKeyHash</td>
<td>Pub Key Hash</td>
<td>ByteArray[32]</td>
<td>The raw bytes of the Implicit Account Creation Address which is the BLAKE2b-256 hash of the Ed25519 public key.</td>
</tr>
Expand Down

0 comments on commit ddaadc1

Please sign in to comment.