Skip to content

Commit 76b982a

Browse files
committed
wallet: remove unused nAccountingEntryNumber field
1 parent 599ff5a commit 76b982a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wallet/wallet.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ class CWallet final : public WalletStorage, public interfaces::Chain::Notificati
398398
TxItems wtxOrdered;
399399

400400
int64_t nOrderPosNext GUARDED_BY(cs_wallet) = 0;
401-
uint64_t nAccountingEntryNumber = 0;
402401

403402
std::map<CTxDestination, CAddressBookData> m_address_book GUARDED_BY(cs_wallet);
404403
const CAddressBookData* FindAddressBookEntry(const CTxDestination&, bool allow_change = false) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet);

0 commit comments

Comments
 (0)