From 76b982a4a5328c1357dbc5361317f682db160876 Mon Sep 17 00:00:00 2001 From: furszy Date: Sat, 4 Jun 2022 14:03:25 -0300 Subject: [PATCH] wallet: remove unused `nAccountingEntryNumber` field --- src/wallet/wallet.h | 1 - 1 file changed, 1 deletion(-) 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);