mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Added getmemoryinfo parameter string update (#3062)
- Make consistent with other RPCs
This commit is contained in:
parent
9d2d8ccede
commit
1e34967996
@ -1163,8 +1163,8 @@ UniValue getmemoryinfo(const JSONRPCRequest& request)
|
||||
throw std::runtime_error(
|
||||
"getmemoryinfo (\"mode\")\n"
|
||||
"Returns an object containing information about memory usage.\n"
|
||||
"Arguments:\n"
|
||||
"1. \"mode\" determines what kind of information is returned. This argument is optional, the default mode is \"stats\".\n"
|
||||
"\nArguments:\n"
|
||||
"1. \"mode\" (string, optional, default: \"stats\") Determines what kind of information is returned.\n"
|
||||
" - \"stats\" returns general statistics about memory usage in the daemon.\n"
|
||||
" - \"mallocinfo\" returns an XML string describing low-level heap state (only available if compiled with glibc 2.10+).\n"
|
||||
"\nResult (mode \"stats\"):\n"
|
||||
|
Loading…
Reference in New Issue
Block a user