Skip to content

Commit

Permalink
Update Restricted Address type value
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Nov 3, 2023
1 parent d5e6216 commit 39ae200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tips/TIP-0050/tip-0050.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following table shows the mapping from the address type of the **first byte*

| Address | Type Byte as `uint8` | Bech32 Encoded |
| ------------------ | -------------------- | -------------- |
| Restricted Address | 40 | iota1**9**... |
| Restricted Address | 48 | iota1**x**... |

The following table shows the serialization of a _Restricted Address_:

Expand All @@ -74,7 +74,7 @@ The following table shows the serialization of a _Restricted Address_:
<tr>
<td>Address Type</td>
<td>uint8</td>
<td>Set to <strong>value 40</strong> to denote a <i>Restricted Address</i>.</td>
<td>Set to <strong>value 48</strong> to denote a <i>Restricted Address</i>.</td>
</tr>
<tr>
<td valign="top">Address <code>oneOf</code></td>
Expand Down

0 comments on commit 39ae200

Please sign in to comment.