aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-04-13 14:55:58 +0800
committerfanquake <fanquake@gmail.com>2021-04-13 20:09:33 +0800
commit54569cc6d6f54788169061004026e62e1c08440e (patch)
tree552c94e798bdb2a5b3b8caeea8feecb6f17eaff2 /src/wallet/wallet.cpp
parentc1f480fb234856a60e9b1f4bf97114bfd9b3d0b0 (diff)
downloadbitcoin-54569cc6d6f54788169061004026e62e1c08440e.tar.xz
refactor: move all signer code inside ENABLE_EXTERNAL_SIGNER #ifdefs
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r--src/wallet/wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index b00fa851fd..db05586eb6 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -4586,7 +4586,7 @@ void CWallet::SetupDescriptorScriptPubKeyMans()
}
#else
throw std::runtime_error(std::string(__func__) + ": Wallets with external signers require Boost::Process library.");
-#endif
+#endif // ENABLE_EXTERNAL_SIGNER
}
}