fix getnettotals RPC description about timemillis.

This commit is contained in:
Masahiko Hyuga
2016-11-10 18:18:52 +09:00
committed by lateminer
parent 106dc385ee
commit e403754e15

View File

@@ -373,7 +373,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"