We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 228b086 + d16bfaa commit 9e2ed25Copy full SHA for 9e2ed25
src/rpc/net.cpp
@@ -89,7 +89,7 @@ UniValue getpeerinfo(const JSONRPCRequest& request)
89
" \"pingtime\": n, (numeric) ping time (if available)\n"
90
" \"minping\": n, (numeric) minimum observed ping time (if any at all)\n"
91
" \"pingwait\": n, (numeric) ping wait (if non-zero)\n"
92
- " \"version\": v, (numeric) The peer version, such as 7001\n"
+ " \"version\": v, (numeric) The peer version, such as 70001\n"
93
" \"subver\": \"/Satoshi:0.8.5/\", (string) The string version\n"
94
" \"inbound\": true|false, (boolean) Inbound (true) or Outbound (false)\n"
95
" \"addnode\": true|false, (boolean) Whether connection was due to addnode/-connect or if it was an automatic/inbound connection\n"
0 commit comments