aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2018-03-15 14:33:33 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2018-07-24 15:05:38 +0900
commit43e04d13b1ffc02b1082176e87f420198b40c7b1 (patch)
treeb204fcb0ce6e9edacd6ae5da913c043605582844 /src/wallet/wallet.h
parent0128121101fb3ee82f3abd3973a967a4226ffe0e (diff)
downloadbitcoin-43e04d13b1ffc02b1082176e87f420198b40c7b1.tar.xz
wallet: Remove deprecated OutputEligibleForSpending
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 6c8063c47c..122649d575 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -1188,9 +1188,6 @@ public:
*/
void LearnAllRelatedScripts(const CPubKey& key);
- /** Whether a given output is spendable by this wallet */
- bool OutputEligibleForSpending(const COutput& output, const CoinEligibilityFilter& eligibility_filter) const;
-
/** set a single wallet flag */
void SetWalletFlag(uint64_t flags);