Reference - finish Util RPCs

- Update last util RPC (getmemoryinfo)
This commit is contained in:
thephez 2017-11-28 13:02:04 -05:00
parent c21a890aed
commit 6fdba2bc89

View file

@ -9,10 +9,15 @@ http://opensource.org/licenses/MIT.
{% assign summary_getMemoryInfo="returns information about memory usage." %} {% assign summary_getMemoryInfo="returns information about memory usage." %}
<!-- __ -->
{% autocrossref %} {% autocrossref %}
*Added in Bitcoin Core 0.14.0* *Added in Bitcoin Core 0.14.0*
**_Not implemented in Dash Core (as of 0.12.2)_**
{% comment %}
The `getmemoryinfo` RPC {{summary_getMemoryInfo}} The `getmemoryinfo` RPC {{summary_getMemoryInfo}}
*Parameters: none* *Parameters: none*
@ -88,4 +93,6 @@ Result:
* [GetMemPoolInfo][rpc getmempoolinfo]: {{summary_getMemPoolInfo}} * [GetMemPoolInfo][rpc getmempoolinfo]: {{summary_getMemPoolInfo}}
{% endcomment %}
{% endautocrossref %} {% endautocrossref %}