diff options
| author | MarcoFalke <[email protected]> | 2015-10-22 17:00:36 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2015-10-23 08:35:05 +0200 |
| commit | bf681918d7ef5c4bc6f92465ae7922c9f4b03d93 (patch) | |
| tree | 1d40f10cdf33f86e5f5d64bf3e3388faaec07d9c /src/rpcnet.cpp | |
| parent | [trivial] Rewrite help text for feature enabled by default (diff) | |
| download | discoin-bf681918d7ef5c4bc6f92465ae7922c9f4b03d93.tar.xz discoin-bf681918d7ef5c4bc6f92465ae7922c9f4b03d93.zip | |
[trivial] rpcnet: fix typo
Diffstat (limited to 'src/rpcnet.cpp')
| -rw-r--r-- | src/rpcnet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index 7746be25f..5f094069e 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -29,7 +29,7 @@ UniValue getconnectioncount(const UniValue& params, bool fHelp) throw runtime_error( "getconnectioncount\n" "\nReturns the number of connections to other nodes.\n" - "\nbResult:\n" + "\nResult:\n" "n (numeric) The connection count\n" "\nExamples:\n" + HelpExampleCli("getconnectioncount", "") @@ -83,7 +83,7 @@ UniValue getpeerinfo(const UniValue& params, bool fHelp) throw runtime_error( "getpeerinfo\n" "\nReturns data about each connected network node as a json array of objects.\n" - "\nbResult:\n" + "\nResult:\n" "[\n" " {\n" " \"id\": n, (numeric) Peer index\n" |