Skip to content

Commit 4a2b170

Browse files
author
MarcoFalke
committed
Merge #9122: fix getnettotals RPC description about timemillis.
a79f864 fix getnettotals RPC description about timemillis. (Masahiko Hyuga)
2 parents aab102c + a79f864 commit 4a2b170

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)