In #3427 I noted that NFToken flags don't use the lsf prefix in the source code, since they're not Flags in an actual ledger object: NFT flags are incorporated into the NFTokenID instead, and they use the prefix flag instead (for example, flagBurnable not lsfBurnable).
The documentation consistently refers to all NFT flags with the lsf prefix, but ideally the naming would line up with the naming scheme used in the source code.
In #3427 I noted that NFToken flags don't use the
lsfprefix in the source code, since they're notFlagsin an actual ledger object: NFT flags are incorporated into theNFTokenIDinstead, and they use the prefixflaginstead (for example,flagBurnablenotlsfBurnable).The documentation consistently refers to all NFT flags with the
lsfprefix, but ideally the naming would line up with the naming scheme used in the source code.