Skip to content

Commit c4f11ca

Browse files
committed
Merge pull request #4549
7de3f1c fix help message for RPC getpeerinfo (Philip Kaufmann)
2 parents ea8c288 + 7de3f1c commit c4f11ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rpcnet.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ Value getpeerinfo(const Array& params, bool fHelp)
9898
" \"syncnode\" : true|false (booleamn) if sync node\n"
9999
" }\n"
100100
" ,...\n"
101-
"}\n"
102-
101+
"]\n"
103102
"\nExamples:\n"
104103
+ HelpExampleCli("getpeerinfo", "")
105104
+ HelpExampleRpc("getpeerinfo", "")

0 commit comments

Comments
 (0)