mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-29 17:00:41 +02:00
Corrected JSON typo on setban of net.cpp
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user