Skip to content

Commit a79f864

Browse files
author
Masahiko Hyuga
committed
fix getnettotals RPC description about timemillis.
1 parent faec09b commit a79f864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/net.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ UniValue getnettotals(const JSONRPCRequest& request)
331331
"{\n"
332332
" \"totalbytesrecv\": n, (numeric) Total bytes received\n"
333333
" \"totalbytessent\": n, (numeric) Total bytes sent\n"
334-
" \"timemillis\": t, (numeric) Total cpu time\n"
334+
" \"timemillis\": t, (numeric) Current UNIX time in milliseconds\n"
335335
" \"uploadtarget\":\n"
336336
" {\n"
337337
" \"timeframe\": n, (numeric) Length of the measuring timeframe in seconds\n"

0 commit comments

Comments
 (0)