Minor updates per Kenny Lei

This commit is contained in:
ddawson
2023-02-23 15:07:21 -08:00
parent 3d0c887f32
commit c7dde5e5f8

View File

@@ -567,7 +567,7 @@ Amendment `fixNonFungibleTokensV1_2` is a combination of bug fixes that have bee
**Fix Unburnable NFT**
Currently, an NFT cannot be burned when it has over 500 offers. To remove this restriction, this change deletes exactly 500 offers, leaving any remaining offers untouched.
Currently, an NFT with the `lsfBurnable` flag enabled cannot be burned when it has over 500 offers. To remove this restriction, this change deletes exactly 500 offers upon burning the NFT, leaving any remaining offers untouched.
See [PR 4346](https://github.com/XRPLF/rippled/pull/4346).