mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-28 09:51:31 +02:00
wallet: remove unused nAccountingEntryNumber
field
This commit is contained in:
parent
599ff5adfc
commit
76b982a4a5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user