diff options
| author | Philip Kaufmann <[email protected]> | 2014-07-17 15:09:03 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-07-17 15:10:29 +0200 |
| commit | 7de3f1cfd6a875bd3e7451e81ac3ab0ab69a9b6d (patch) | |
| tree | b8af80c10f1f0e2c55a390cc30b5adf992dfc023 /src/rpcnet.cpp | |
| parent | Merge pull request #4533 (diff) | |
| download | discoin-7de3f1cfd6a875bd3e7451e81ac3ab0ab69a9b6d.tar.xz discoin-7de3f1cfd6a875bd3e7451e81ac3ab0ab69a9b6d.zip | |
fix help message for RPC getpeerinfo
Diffstat (limited to 'src/rpcnet.cpp')
| -rw-r--r-- | src/rpcnet.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index bd3609b0c..88e7c4ab0 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -98,8 +98,7 @@ Value getpeerinfo(const Array& params, bool fHelp) " \"syncnode\" : true|false (booleamn) if sync node\n" " }\n" " ,...\n" - "}\n" - + "]\n" "\nExamples:\n" + HelpExampleCli("getpeerinfo", "") + HelpExampleRpc("getpeerinfo", "") |