Fix FeeUint64->XRPAmount mismatch after merge

This commit is contained in:
Richard Holland
2023-04-06 12:07:16 +00:00
parent 311d0b8bf1
commit a56034b47c
17 changed files with 48 additions and 85 deletions

View File

@@ -263,7 +263,7 @@ enum LedgerSpecificFlags {
0x00800000, // True, trust lines allow rippling by default
lsfDepositAuth = 0x01000000, // True, all deposits require authorization
lsfTshCollect = 0x02000000, // True, allow TSH collect-calls to acc hooks
lsfDisallowIncomingNFTOffer =
lsfDisallowIncomingNFTokenOffer =
0x04000000, // True, reject new incoming NFT offers
lsfDisallowIncomingCheck =
0x08000000, // True, reject new checks

View File

@@ -60,7 +60,7 @@ LedgerFormats::LedgerFormats()
{sfRewardLgrFirst, soeOPTIONAL},
{sfRewardLgrLast, soeOPTIONAL},
{sfRewardTime, soeOPTIONAL},
{sfRewardAccumulator, soeOPTIONAL}
{sfRewardAccumulator, soeOPTIONAL},
{sfFirstNFTokenSequence, soeOPTIONAL},
},
commonFields);