fix getnettotals RPC description about timemillis.
This commit is contained in:
parent
faec09bc7f
commit
a79f864945
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue