Skip to content

Commit d16bfaa

Browse files
committed
fix version typo
1 parent 228b086 commit d16bfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/net.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ UniValue getpeerinfo(const JSONRPCRequest& request)
8989
" \"pingtime\": n, (numeric) ping time (if available)\n"
9090
" \"minping\": n, (numeric) minimum observed ping time (if any at all)\n"
9191
" \"pingwait\": n, (numeric) ping wait (if non-zero)\n"
92-
" \"version\": v, (numeric) The peer version, such as 7001\n"
92+
" \"version\": v, (numeric) The peer version, such as 70001\n"
9393
" \"subver\": \"/Satoshi:0.8.5/\", (string) The string version\n"
9494
" \"inbound\": true|false, (boolean) Inbound (true) or Outbound (false)\n"
9595
" \"addnode\": true|false, (boolean) Whether connection was due to addnode/-connect or if it was an automatic/inbound connection\n"

0 commit comments

Comments
 (0)