aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-04-13 18:12:39 +0800
committerfanquake <fanquake@gmail.com>2021-04-13 20:09:33 +0800
commitaaa4e5a45bd9ec5563ffa7b9e0d46d2de3cb9242 (patch)
tree10114691d648b3c57af2f9889b800f378e873b16 /src/wallet/wallet.h
parent06a0673351282fff1673f3679a7cad9a7faaf987 (diff)
downloadbitcoin-aaa4e5a45bd9ec5563ffa7b9e0d46d2de3cb9242.tar.xz
wallet: remove CWallet::GetExternalSigner()
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 5bf3c91bec..c4acef8705 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -845,9 +845,6 @@ public:
std::vector<OutputGroup> GroupOutputs(const std::vector<COutput>& outputs, bool separate_coins, const CFeeRate& effective_feerate, const CFeeRate& long_term_feerate, const CoinEligibilityFilter& filter, bool positive_only) const;
-#ifdef ENABLE_EXTERNAL_SIGNER
- ExternalSigner GetExternalSigner() EXCLUSIVE_LOCKS_REQUIRED(cs_wallet);
-#endif
/** Display address on an external signer. Returns false if external signer support is not compiled */
bool DisplayAddress(const CTxDestination& dest) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet);