aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2015-11-30 16:15:15 +0100
committerAlex Morcos <morcos@chaincode.com>2016-01-13 11:28:28 -0500
commita06a8b488896dd83a320fff10d48300ca01e9ba4 (patch)
tree70e3337f962474bf770e845366a20f9f62fe42e4 /src/wallet/wallet.h
parent2a3161bf8bd458ef44a53af37899fad684b257d6 (diff)
downloadbitcoin-a06a8b488896dd83a320fff10d48300ca01e9ba4.tar.xz
add InMempool() function
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 df417fef42..f7e57e2058 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -393,6 +393,7 @@ public:
// True if only scriptSigs are different
bool IsEquivalentTo(const CWalletTx& tx) const;
+ bool InMempool() const;
bool IsTrusted() const;
bool WriteToDisk(CWalletDB *pwalletdb);