fix getnettotals RPC description about timemillis.

This commit is contained in:
Masahiko Hyuga 2016-11-10 18:18:52 +09:00
parent faec09bc7f
commit a79f864945

View file

@ -331,7 +331,7 @@ UniValue getnettotals(const JSONRPCRequest& request)
"{\n" "{\n"
" \"totalbytesrecv\": n, (numeric) Total bytes received\n" " \"totalbytesrecv\": n, (numeric) Total bytes received\n"
" \"totalbytessent\": n, (numeric) Total bytes sent\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" " \"uploadtarget\":\n"
" {\n" " {\n"
" \"timeframe\": n, (numeric) Length of the measuring timeframe in seconds\n" " \"timeframe\": n, (numeric) Length of the measuring timeframe in seconds\n"