Skip to content

Commit e02c562

Browse files
thephezUdjinM6
authored andcommitted
[RPC] Remove check for deprecated masternode start-many command (#2950)
1 parent fc73b4d commit e02c562

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/rpc/masternode.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,6 @@ UniValue masternode(const JSONRPCRequest& request)
444444
strCommand = request.params[0].get_str();
445445
}
446446

447-
#ifdef ENABLE_WALLET
448-
if (strCommand == "start-many")
449-
throw JSONRPCError(RPC_INVALID_PARAMETER, "DEPRECATED, please use start-all instead");
450-
#endif // ENABLE_WALLET
451-
452447
if (request.fHelp && strCommand.empty()) {
453448
masternode_help();
454449
}

0 commit comments

Comments
 (0)