aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMasahiko Hyuga <mail@mhyuga.jp>2016-11-10 18:18:52 +0900
committerLuke Dashjr <luke-jr+git@utopios.org>2016-12-02 07:41:11 +0000
commitf82c81b177dfb540c086ccccc39c030b8d9ca81f (patch)
tree7cc4dfdaa2d320c20870e1230f0cbce940516ab7 /src
parent6fe3981ac8267f9f045b0d518399d943d3147268 (diff)
downloadbitcoin-f82c81b177dfb540c086ccccc39c030b8d9ca81f.tar.xz
fix getnettotals RPC description about timemillis.
Github-Pull: #9122 Rebased-From: a79f864945d7abe05e777a942864c181311e5070
Diffstat (limited to 'src')
-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 89035aaa84..51f9d1c333 100644
--- a/src/rpc/net.cpp
+++ b/src/rpc/net.cpp
@@ -344,7 +344,7 @@ UniValue getnettotals(const UniValue& params, bool fHelp)
"{\n"
" \"totalbytesrecv\": n, (numeric) Total bytes received\n"
" \"totalbytessent\": n, (numeric) Total bytes sent\n"
- " \"timemillis\": t, (numeric) Total cpu time\n"
+ " \"timemillis\": t, (numeric) Current UNIX time in milliseconds\n"
" \"uploadtarget\":\n"
" {\n"
" \"timeframe\": n, (numeric) Length of the measuring timeframe in seconds\n"