aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-06-11 14:09:16 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-06-11 14:06:59 -0400
commitfaa18ca046e9043b2cf68cb1bd17cc8c60fe26d9 (patch)
treedde5527323e7cb52324c1276cafe6ba18264ffd7 /src/wallet/wallet.h
parent3d3d8ae3a0a93621044ab0b889bad082cc91d016 (diff)
downloadbitcoin-faa18ca046e9043b2cf68cb1bd17cc8c60fe26d9.tar.xz
wallet: Erase wtxOrderd wtx pointer on removeprunedfunds
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index f1761b0fcf..e0df4b76d6 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -339,6 +339,7 @@ public:
char fFromMe;
std::string strFromAccount;
int64_t nOrderPos; //!< position in ordered transaction list
+ std::multimap<int64_t, std::pair<CWalletTx*, CAccountingEntry*>>::const_iterator m_it_wtxOrdered;
// memory only
mutable bool fDebitCached;