fix getnettotals RPC description about timemillis.

Github-Pull: #9122
Rebased-From: a79f864945
This commit is contained in:
Masahiko Hyuga 2016-11-10 18:18:52 +09:00 committed by Luke Dashjr
parent 6fe3981ac8
commit f82c81b177
1 changed files with 1 additions and 1 deletions

View File

@ -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"