mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-03 22:03:01 +01:00
fix getnettotals RPC description about timemillis.
Github-Pull: #9122
Rebased-From: a79f864945
This commit is contained in:
committed by
Luke Dashjr
parent
6fe3981ac8
commit
f82c81b177
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user