mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-09-11 14:32:13 +00:00
fix getnettotals RPC description about timemillis.
Github-Pull: #9122 Rebased-From: a79f864945d7abe05e777a942864c181311e5070
This commit is contained in:
parent
6fe3981ac8
commit
f82c81b177
@ -344,7 +344,7 @@ UniValue getnettotals(const UniValue& params, bool fHelp)
|
|||||||
"{\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…
x
Reference in New Issue
Block a user