Browse Source

Merge pull request #3359

38cbeab fix typo in rpcnet.cpp (Philip Kaufmann)
try
Wladimir J. van der Laan 11 years ago
parent
commit
ac57a2320f
No known key found for this signature in database GPG Key ID: 74810B012346C9A6
  1. 2
      src/rpcnet.cpp

2
src/rpcnet.cpp

@ -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…
Cancel
Save