Skip to content

Commit 3b084b2

Browse files
committed
Remove unnecessary function prototypes
1 parent dd6b9ad commit 3b084b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2699,9 +2699,7 @@ extern UniValue removeprunedfunds(const JSONRPCRequest& request);
26992699
extern UniValue dumphdinfo(const JSONRPCRequest& request);
27002700
extern UniValue importelectrumwallet(const JSONRPCRequest& request);
27012701

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);
2702+
extern UniValue privatesend(const JSONRPCRequest& request);
27052703

27062704
static const CRPCCommand commands[] =
27072705
{ // category name actor (function) okSafeMode

0 commit comments

Comments
 (0)