diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index cf33ea21f2a..b6bcca40153 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -398,7 +398,6 @@ public: TxItems wtxOrdered; int64_t nOrderPosNext GUARDED_BY(cs_wallet) = 0; - uint64_t nAccountingEntryNumber = 0; std::map m_address_book GUARDED_BY(cs_wallet); const CAddressBookData* FindAddressBookEntry(const CTxDestination&, bool allow_change = false) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet);