mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
fix typo in rpcnet.cpp
This commit is contained in:
parent
b1961523f1
commit
38cbeab1ff
@ -315,7 +315,7 @@ Value getnettotals(const Array& params, bool fHelp)
|
|||||||
"\nResult:\n"
|
"\nResult:\n"
|
||||||
"{\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) Total cpu time\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
"\nExamples:\n"
|
"\nExamples:\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user