We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faec09b commit a79f864Copy full SHA for a79f864
src/rpc/net.cpp
@@ -331,7 +331,7 @@ UniValue getnettotals(const JSONRPCRequest& request)
331
"{\n"
332
" \"totalbytesrecv\": n, (numeric) Total bytes received\n"
333
" \"totalbytessent\": n, (numeric) Total bytes sent\n"
334
- " \"timemillis\": t, (numeric) Total cpu time\n"
+ " \"timemillis\": t, (numeric) Current UNIX time in milliseconds\n"
335
" \"uploadtarget\":\n"
336
" {\n"
337
" \"timeframe\": n, (numeric) Length of the measuring timeframe in seconds\n"
0 commit comments