mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-08 19:53:27 +01:00
fix help message for RPC getpeerinfo
This commit is contained in:
@@ -98,8 +98,7 @@ Value getpeerinfo(const Array& params, bool fHelp)
|
|||||||
" \"syncnode\" : true|false (booleamn) if sync node\n"
|
" \"syncnode\" : true|false (booleamn) if sync node\n"
|
||||||
" }\n"
|
" }\n"
|
||||||
" ,...\n"
|
" ,...\n"
|
||||||
"}\n"
|
"]\n"
|
||||||
|
|
||||||
"\nExamples:\n"
|
"\nExamples:\n"
|
||||||
+ HelpExampleCli("getpeerinfo", "")
|
+ HelpExampleCli("getpeerinfo", "")
|
||||||
+ HelpExampleRpc("getpeerinfo", "")
|
+ HelpExampleRpc("getpeerinfo", "")
|
||||||
|
|||||||
Reference in New Issue
Block a user