Skip to content

Commit

Permalink
Add the correct link to the amendment info.
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDawson authored Oct 17, 2024
1 parent b89a6c9 commit 76cff4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ledger-state-fix/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ labels:

`LedgerStateFix` is a general purpose transaction used to fix specific issues affecting the XRP ledger. You submit the transaction with the `LedgerFixType` value set to indicate the particular error state to correct.

_(Added by the [fixNFTokenPageLinks amendment][].)_
_(Added by the [NonFungibleTokensV1_1](https://xrpl.org/resources/known-amendments#nonfungibletokensv1_1) amendment.

## Example LedgerStateFix JSON

Expand Down Expand Up @@ -65,4 +65,4 @@ That would be fine, except the NFToken directory has an expectation that the las

The `fixNFTokenPageLinks` amendment modifies the NFToken page, coalescing code to notice when the very last page of the directory would be removed. In that case, it moves all of the contents of the next lower page into the last page and deletes the next-to-last page. It then fixes up the links.

New invariant checks also validate aspects of the links on pages, so a similar corruption returns a tecINVARIANT_FAILED transaction result. That will prevent this specific type of corruption going forward.
New invariant checks also validate aspects of the links on pages, so a similar corruption returns a tecINVARIANT_FAILED transaction result. That will prevent this specific type of corruption going forward.

0 comments on commit 76cff4c

Please sign in to comment.