diff options
| author | Tamas Blummer <[email protected]> | 2018-02-27 11:43:46 +0100 |
|---|---|---|
| committer | Tamas Blummer <[email protected]> | 2018-02-27 11:43:46 +0100 |
| commit | d16bfaab93a2926eca89087347a0c46dd88ee358 (patch) | |
| tree | 0b9ccf6841c24a956656482c77d53d390bb53393 /src/rpc/net.cpp | |
| parent | Merge #12083: Improve getchaintxstats test coverage (diff) | |
| download | discoin-d16bfaab93a2926eca89087347a0c46dd88ee358.tar.xz discoin-d16bfaab93a2926eca89087347a0c46dd88ee358.zip | |
fix version typo
Diffstat (limited to 'src/rpc/net.cpp')
| -rw-r--r-- | src/rpc/net.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/net.cpp b/src/rpc/net.cpp index 7a0225ff0..fee2b765b 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" |