Browse Source

fix typo in rpcnet.cpp

0.10
Philip Kaufmann 11 years ago
parent
commit
38cbeab1ff
  1. 2
      src/rpcnet.cpp

2
src/rpcnet.cpp

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