Update nftokenpage.md

If a token page can only support up to 32 NFTs, the "The reserve in practice" table shouldn't include 64, as in practise that's not possible.
This commit is contained in:
bigcjat
2022-09-20 23:20:36 -07:00
committed by GitHub
parent 9aaa8a4e66
commit 25af9e76a5

View File

@@ -172,7 +172,7 @@ Each `NFTokenPage` costs an incremental reserve to the owner account. This speci
### The reserve in practice ### The reserve in practice
The value of the incremental reserve is, as of this writing, 2 XRP. The table below shows what the _effective_ reserve per token is, if a given page contains 1, 8, 16, 32 and 64 NFTs. The value of the incremental reserve is, as of this writing, 2 XRP. The table below shows what the _effective_ reserve per token is, if a given page contains 1, 8, 16 and 32 NFTs.
<table> <table>
@@ -187,8 +187,6 @@ The value of the incremental reserve is, as of this writing, 2 XRP. The table be
</td> </td>
<td><strong>32 NFTokens</strong> <td><strong>32 NFTokens</strong>
</td> </td>
<td><strong>64 NFTokens</strong>
</td>
</tr> </tr>
<tr> <tr>
<td>5 XRP <td>5 XRP
@@ -201,8 +199,6 @@ The value of the incremental reserve is, as of this writing, 2 XRP. The table be
</td> </td>
<td>0.15625 XRP <td>0.15625 XRP
</td> </td>
<td>0.07812 XRP
</td>
</tr> </tr>
<tr> <tr>
<td>2 XRP <td>2 XRP
@@ -215,8 +211,6 @@ The value of the incremental reserve is, as of this writing, 2 XRP. The table be
</td> </td>
<td>0.0625 XRP <td>0.0625 XRP
</td> </td>
<td>0.03125 XRP
</td>
</tr> </tr>
<tr> <tr>
<td>1 XRP <td>1 XRP
@@ -229,8 +223,6 @@ The value of the incremental reserve is, as of this writing, 2 XRP. The table be
</td> </td>
<td>0.03125 XRP <td>0.03125 XRP
</td> </td>
<td>0.01562 XRP
</td>
</tr> </tr>
</table> </table>