diff options
author | Masahiko Hyuga <mail@mhyuga.jp> | 2016-11-10 18:18:52 +0900 |
---|---|---|
committer | Masahiko Hyuga <mail@mhyuga.jp> | 2016-11-10 18:18:52 +0900 |
commit | a79f864945d7abe05e777a942864c181311e5070 (patch) | |
tree | 4b0a49a76f5280c90de73092788fc3ecc00d979c /src/rpc/net.cpp | |
parent | faec09bc7f03f2443e3f372b0175741a484a263b (diff) |
fix getnettotals RPC description about timemillis.
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 2b43f08f0b..bd68abdbb8 100644 --- a/src/rpc/net.cpp +++ b/src/rpc/net.cpp @@ -331,7 +331,7 @@ UniValue getnettotals(const JSONRPCRequest& request) "{\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" |