aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-04-01 10:31:43 +0800
committerMarcoFalke <falke.marco@gmail.com>2020-04-02 00:25:13 +0800
commitfab32557f25c93fecb7bb33f78fdf3e9160c89e5 (patch)
tree15db216b504a34abe6d41b4f3129cde81d1de874 /src/wallet/rpcwallet.h
parent41fa2926d86a57c9623d34debef20746ee2f454a (diff)
downloadbitcoin-fab32557f25c93fecb7bb33f78fdf3e9160c89e5.tar.xz
rpc: Make rpc documentation not depend on rpc args
Diffstat (limited to 'src/wallet/rpcwallet.h')
-rw-r--r--src/wallet/rpcwallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.h b/src/wallet/rpcwallet.h
index 2813fa2bfc..a7a29de9c6 100644
--- a/src/wallet/rpcwallet.h
+++ b/src/wallet/rpcwallet.h
@@ -38,7 +38,6 @@ void RegisterWalletRPCCommands(interfaces::Chain& chain, std::vector<std::unique
*/
std::shared_ptr<CWallet> GetWalletForJSONRPCRequest(const JSONRPCRequest& request);
-std::string HelpRequiringPassphrase(const CWallet*);
void EnsureWalletIsUnlocked(const CWallet*);
bool EnsureWalletIsAvailable(const CWallet*, bool avoidException);
LegacyScriptPubKeyMan& EnsureLegacyScriptPubKeyMan(CWallet& wallet, bool also_create = false);