mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
fix typo in rpcnet.cpp
This commit is contained in:
parent
b1961523f1
commit
38cbeab1ff
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ Value getnettotals(const Array& params, bool fHelp)
|
|||
"\nResult:\n"
|
||||
"{\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"
|
||||
"}\n"
|
||||
"\nExamples:\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue