From 43e04d13b1ffc02b1082176e87f420198b40c7b1 Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Thu, 15 Mar 2018 14:33:33 +0900 Subject: wallet: Remove deprecated OutputEligibleForSpending --- src/wallet/wallet.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/wallet/wallet.h') 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); -- cgit v1.2.3