Rename 'NFT' to 'NFToken' in DisallowIncoming flags (#4442)

* Follow-up to #4336
* NFToken is the naming convention in the codebase (rather than NFT)
* Rename `lsfDisallowIncomingNFTOffer` to `lsfDisallowIncomingNFTokenOffer`
* Rename `asfDisallowIncomingNFTOffer` to `asfDisallowIncomingNFTokenOffer`
This commit is contained in:
Kenny Lei
2023-03-02 13:01:50 -08:00
committed by GitHub
parent c77a8d5ec6
commit ecd49e1535
6 changed files with 64 additions and 62 deletions

View File

@@ -86,7 +86,7 @@ public:
if (flag == asfDisallowIncomingCheck ||
flag == asfDisallowIncomingPayChan ||
flag == asfDisallowIncomingNFTOffer ||
flag == asfDisallowIncomingNFTokenOffer ||
flag == asfDisallowIncomingTrustline)
{
// These flags are part of the DisallowIncoming amendment