Merge pull request #1523 from bigcjat/patch-1

Update nftokenpage.md
This commit is contained in:
Rome Reginelli
2022-09-22 17:24:23 -07:00
committed by GitHub

View File

@@ -172,7 +172,7 @@ Each `NFTokenPage` costs an incremental reserve to the owner account. This speci
### 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>
@@ -187,8 +187,6 @@ The value of the incremental reserve is, as of this writing, 2 XRP. The table be
</td>
<td><strong>32 NFTokens</strong>
</td>
<td><strong>64 NFTokens</strong>
</td>
</tr>
<tr>
<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>0.15625 XRP
</td>
<td>0.07812 XRP
</td>
</tr>
<tr>
<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>0.0625 XRP
</td>
<td>0.03125 XRP
</td>
</tr>
<tr>
<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>0.03125 XRP
</td>
<td>0.01562 XRP
</td>
</tr>
</table>