Corrected JSON typo on setban of net.cpp
This commit is contained in:
parent
3859072963
commit
6ffd996b8e
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ UniValue setban(const UniValue& params, bool fHelp)
|
|||
"\nExamples:\n"
|
||||
+ HelpExampleCli("setban", "\"192.168.0.6\" \"add\" 86400")
|
||||
+ HelpExampleCli("setban", "\"192.168.0.0/24\" \"add\"")
|
||||
+ HelpExampleRpc("setban", "\"192.168.0.6\", \"add\" 86400")
|
||||
+ HelpExampleRpc("setban", "\"192.168.0.6\", \"add\", 86400")
|
||||
);
|
||||
|
||||
CSubNet subNet;
|
||||
|
|
Loading…
Reference in a new issue