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 74cc314 commit 21deddaCopy full SHA for 21dedda
src/rpc/misc.cpp
@@ -772,7 +772,7 @@ const char* CLEAR_CONN = "clear_conn";
772
**/
773
UniValue mnconnect(const JSONRPCRequest& request)
774
{
775
- if (request.fHelp || request.params.size() > 4) {
+ if (request.fHelp || request.params.empty() || request.params.size() > 4) {
776
throw std::runtime_error(
777
"mnconnect \"op_type\" (\"[pro_tx_hash, pro_tx_hash,..]\" llmq_type \"quorum_hash\")\n"
778
"\nAdd manual quorum members connections for internal testing purposes of the tier two p2p network layer\n"
0 commit comments