Skip to content

Commit 86d33b2

Browse files
codablockUdjinM6
authored andcommitted
Remove double registration of "privatesend" RPC (#1853)
1 parent 18cd148 commit 86d33b2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2707,8 +2707,6 @@ extern UniValue importmulti(const JSONRPCRequest& request);
27072707
extern UniValue dumphdinfo(const JSONRPCRequest& request);
27082708
extern UniValue importelectrumwallet(const JSONRPCRequest& request);
27092709

2710-
extern UniValue privatesend(const JSONRPCRequest& request);
2711-
27122710
static const CRPCCommand commands[] =
27132711
{ // category name actor (function) okSafeMode
27142712
// --------------------- ------------------------ ----------------------- ----------
@@ -2763,8 +2761,6 @@ static const CRPCCommand commands[] =
27632761
{ "wallet", "instantsendtoaddress", &instantsendtoaddress, false },
27642762
{ "wallet", "dumphdinfo", &dumphdinfo, true },
27652763
{ "wallet", "importelectrumwallet", &importelectrumwallet, true },
2766-
2767-
{ "dash", "privatesend", &privatesend, false },
27682764
};
27692765

27702766
void RegisterWalletRPCCommands(CRPCTable &t)

0 commit comments

Comments
 (0)