aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/transaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/transaction.cpp')
-rw-r--r--src/wallet/transaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/transaction.cpp b/src/wallet/transaction.cpp
index cf98b516f1..a926c0ecc1 100644
--- a/src/wallet/transaction.cpp
+++ b/src/wallet/transaction.cpp
@@ -15,7 +15,7 @@ bool CWalletTx::IsEquivalentTo(const CWalletTx& _tx) const
bool CWalletTx::InMempool() const
{
- return fInMempool;
+ return state<TxStateInMempool>();
}
int64_t CWalletTx::GetTxTime() const