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.
2 parents b41ac92 + 6ffd996 commit 29496fcCopy full SHA for 29496fc
src/rpc/net.cpp
@@ -484,7 +484,7 @@ UniValue setban(const UniValue& params, bool fHelp)
484
"\nExamples:\n"
485
+ HelpExampleCli("setban", "\"192.168.0.6\" \"add\" 86400")
486
+ HelpExampleCli("setban", "\"192.168.0.0/24\" \"add\"")
487
- + HelpExampleRpc("setban", "\"192.168.0.6\", \"add\" 86400")
+ + HelpExampleRpc("setban", "\"192.168.0.6\", \"add\", 86400")
488
);
489
490
CSubNet subNet;
0 commit comments