wallet: remove unused nAccountingEntryNumber field

This commit is contained in:
furszy 2022-06-04 14:03:25 -03:00
parent 599ff5adfc
commit 76b982a4a5
No known key found for this signature in database
GPG key ID: 5DD23CCC686AA623

View file

@ -398,7 +398,6 @@ public:
TxItems wtxOrdered;
int64_t nOrderPosNext GUARDED_BY(cs_wallet) = 0;
uint64_t nAccountingEntryNumber = 0;
std::map<CTxDestination, CAddressBookData> m_address_book GUARDED_BY(cs_wallet);
const CAddressBookData* FindAddressBookEntry(const CTxDestination&, bool allow_change = false) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet);