fix version typo
This commit is contained in:
parent
228b086b9a
commit
d16bfaab93
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ UniValue getpeerinfo(const JSONRPCRequest& request)
|
||||||
" \"pingtime\": n, (numeric) ping time (if available)\n"
|
" \"pingtime\": n, (numeric) ping time (if available)\n"
|
||||||
" \"minping\": n, (numeric) minimum observed ping time (if any at all)\n"
|
" \"minping\": n, (numeric) minimum observed ping time (if any at all)\n"
|
||||||
" \"pingwait\": n, (numeric) ping wait (if non-zero)\n"
|
" \"pingwait\": n, (numeric) ping wait (if non-zero)\n"
|
||||||
" \"version\": v, (numeric) The peer version, such as 7001\n"
|
" \"version\": v, (numeric) The peer version, such as 70001\n"
|
||||||
" \"subver\": \"/Satoshi:0.8.5/\", (string) The string version\n"
|
" \"subver\": \"/Satoshi:0.8.5/\", (string) The string version\n"
|
||||||
" \"inbound\": true|false, (boolean) Inbound (true) or Outbound (false)\n"
|
" \"inbound\": true|false, (boolean) Inbound (true) or Outbound (false)\n"
|
||||||
" \"addnode\": true|false, (boolean) Whether connection was due to addnode/-connect or if it was an automatic/inbound connection\n"
|
" \"addnode\": true|false, (boolean) Whether connection was due to addnode/-connect or if it was an automatic/inbound connection\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue