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 95f4291 commit bf68191Copy full SHA for bf68191
src/rpcnet.cpp
@@ -29,7 +29,7 @@ UniValue getconnectioncount(const UniValue& params, bool fHelp)
29
throw runtime_error(
30
"getconnectioncount\n"
31
"\nReturns the number of connections to other nodes.\n"
32
- "\nbResult:\n"
+ "\nResult:\n"
33
"n (numeric) The connection count\n"
34
"\nExamples:\n"
35
+ HelpExampleCli("getconnectioncount", "")
@@ -83,7 +83,7 @@ UniValue getpeerinfo(const UniValue& params, bool fHelp)
83
84
"getpeerinfo\n"
85
"\nReturns data about each connected network node as a json array of objects.\n"
86
87
"[\n"
88
" {\n"
89
" \"id\": n, (numeric) Peer index\n"
0 commit comments