aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamas Blummer <tamas.blummer@gmail.com>2018-02-27 11:43:46 +0100
committerfanquake <fanquake@gmail.com>2018-03-07 11:40:14 -0500
commite730b82b074a9994e8873cf83175b83820f012c1 (patch)
tree09ab2d9376402bae54b0374c05d70c6de91a7d3a
parent72a3290c901281e2d681950fefa306d38ce9edae (diff)
downloadbitcoin-e730b82b074a9994e8873cf83175b83820f012c1.tar.xz
fix version typo
GitHub-Pull: #12556 Rebased-From: d16bfaa
-rw-r--r--src/rpc/net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/net.cpp b/src/rpc/net.cpp
index 59b376c59a..b6732f43bf 100644
--- a/src/rpc/net.cpp
+++ b/src/rpc/net.cpp
@@ -89,7 +89,7 @@ UniValue getpeerinfo(const JSONRPCRequest& request)
" \"pingtime\": n, (numeric) ping time (if available)\n"
" \"minping\": n, (numeric) minimum observed ping time (if any at all)\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"
" \"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"