diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-10-29 13:26:37 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-10-29 13:30:42 +0100 |
| commit | b2ce2c1f0fb12af82f3ff9f20c66492b9263fa10 (patch) | |
| tree | 6c5e35f1587f438d2f0af1e9f5bb58d3100dee29 /src/rpcnet.cpp | |
| parent | Merge pull request #6894 (diff) | |
| parent | Init: Cleanup error and warning strings (diff) | |
| download | discoin-b2ce2c1f0fb12af82f3ff9f20c66492b9263fa10.tar.xz discoin-b2ce2c1f0fb12af82f3ff9f20c66492b9263fa10.zip | |
Merge pull request #6870
040c0ea Init: Cleanup error and warning strings (MarcoFalke)
6782f58 [trivial] Latest config.guess (MarcoFalke)
bf68191 [trivial] rpcnet: fix typo (MarcoFalke)
95f4291 [trivial] Rewrite help text for feature enabled by default (MarcoFalke)
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 6b4815ebd..9bf017e38 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" |