Skip to content

Commit bf68191

Browse files
author
MarcoFalke
committed
[trivial] rpcnet: fix typo
1 parent 95f4291 commit bf68191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rpcnet.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ UniValue getconnectioncount(const UniValue& params, bool fHelp)
2929
throw runtime_error(
3030
"getconnectioncount\n"
3131
"\nReturns the number of connections to other nodes.\n"
32-
"\nbResult:\n"
32+
"\nResult:\n"
3333
"n (numeric) The connection count\n"
3434
"\nExamples:\n"
3535
+ HelpExampleCli("getconnectioncount", "")
@@ -83,7 +83,7 @@ UniValue getpeerinfo(const UniValue& params, bool fHelp)
8383
throw runtime_error(
8484
"getpeerinfo\n"
8585
"\nReturns data about each connected network node as a json array of objects.\n"
86-
"\nbResult:\n"
86+
"\nResult:\n"
8787
"[\n"
8888
" {\n"
8989
" \"id\": n, (numeric) Peer index\n"

0 commit comments

Comments
 (0)