We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6b9ad commit 3b084b2Copy full SHA for 3b084b2
src/wallet/rpcwallet.cpp
@@ -2699,9 +2699,7 @@ extern UniValue removeprunedfunds(const JSONRPCRequest& request);
2699
extern UniValue dumphdinfo(const JSONRPCRequest& request);
2700
extern UniValue importelectrumwallet(const JSONRPCRequest& request);
2701
2702
-extern UniValue instantsendtoaddress(const UniValue& params, bool fHelp);
2703
-extern UniValue privatesend(const UniValue& params, bool fHelp);
2704
-extern UniValue keepass(const UniValue& params, bool fHelp);
+extern UniValue privatesend(const JSONRPCRequest& request);
2705
2706
static const CRPCCommand commands[] =
2707
{ // category name actor (function) okSafeMode
0 commit comments