refactor: move all signer code inside ENABLE_EXTERNAL_SIGNER #ifdefs

This commit is contained in:
fanquake
2021-04-13 14:55:58 +08:00
parent c1f480fb23
commit 54569cc6d6
3 changed files with 8 additions and 7 deletions

View File

@@ -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
}
}