From 25af9e76a53afcae8444253c82899be69c37db9a Mon Sep 17 00:00:00 2001 From: bigcjat <33845018+bigcjat@users.noreply.github.com> Date: Tue, 20 Sep 2022 23:20:36 -0700 Subject: [PATCH] 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. --- .../ledger-data/ledger-object-types/nftokenpage.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/content/references/protocol-reference/ledger-data/ledger-object-types/nftokenpage.md b/content/references/protocol-reference/ledger-data/ledger-object-types/nftokenpage.md index 92221aaa27..891503f3ed 100644 --- a/content/references/protocol-reference/ledger-data/ledger-object-types/nftokenpage.md +++ b/content/references/protocol-reference/ledger-data/ledger-object-types/nftokenpage.md @@ -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. @@ -187,8 +187,6 @@ The value of the incremental reserve is, as of this writing, 2 XRP. The table be - - - -
32 NFTokens 64 NFTokens -
5 XRP @@ -201,8 +199,6 @@ The value of the incremental reserve is, as of this writing, 2 XRP. The table be 0.15625 XRP 0.07812 XRP -
2 XRP @@ -215,8 +211,6 @@ The value of the incremental reserve is, as of this writing, 2 XRP. The table be 0.0625 XRP 0.03125 XRP -
1 XRP @@ -229,8 +223,6 @@ The value of the incremental reserve is, as of this writing, 2 XRP. The table be 0.03125 XRP 0.01562 XRP -