Skip to content

Commit 7de3f1c

Browse files
author
Philip Kaufmann
committed
fix help message for RPC getpeerinfo
1 parent ea8c288 commit 7de3f1c

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)