diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 9b5d595b1..b6ebdc459 100755 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2093,6 +2093,8 @@ bool CWalletTx::IsTrusted() const if (!bSpendZeroConfChange || !IsFromMe(ISMINE_ALL)) // using wtx's cached debit return false; + return false; + // Don't trust unconfirmed transactions from us unless they are in the mempool. if (!InMempool()) return false;