Misc cleanup

This commit is contained in:
thephez 2017-10-12 12:38:07 -04:00
parent 02391ec648
commit b9ec558713
9 changed files with 21 additions and 19 deletions

View file

@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT.
{% autocrossref %}
{% assign summary_getAddressBalance="returns the balance for address(es) (requires `addressindex` to be enabled)." %}
{% assign summary_getAddressBalance="returns the balance for address(es)." %}
*Requires wallet support.*
*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.*
The `getaddressbalance` RPC {{summary_getAddressBalance}}

View file

@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT.
{% autocrossref %}
{% assign summary_getAddressDeltas="returns all changes for an address (requires `addressindex` to be enabled)." %}
{% assign summary_getAddressDeltas="returns all changes for an address." %}
*Requires wallet support.*
*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.*
The `getaddressdeltas` RPC {{summary_getAddressDeltas}}

View file

@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT.
{% autocrossref %}
{% assign summary_getAddressMempool="returns all mempool deltas for an address (requires `addressindex` to be enabled)." %}
{% assign summary_getAddressMempool="returns all mempool deltas for an address." %}
*Requires wallet support.*
*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.*
The `getaddressmempool` RPC {{summary_getAddressMempool}}

View file

@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT.
{% autocrossref %}
{% assign summary_getAddressTxids="returns the txids for an address(es) (requires `addressindex` to be enabled)" %}
{% assign summary_getAddressTxids="returns the txids for an address(es)." %}
*Requires wallet support.*
*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.*
The `getaddresstxids` RPC {{summary_getAddressTxids}}

View file

@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT.
{% autocrossref %}
{% assign summary_getAddressUtxos="returns all unspent outputs for an address (requires `addressindex` to be enabled)" %}
{% assign summary_getAddressUtxos="returns all unspent outputs for an address." %}
*Requires wallet support.*
*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.*
The `getaddressutxos` RPC {{summary_getAddressUtxos}}

View file

@ -17,7 +17,7 @@ The `privatesend` RPC {{summary_privateSend}}
- n: "`mode`"
t: "string"
p: "Required<br>(exactly 1)"
d: "The command mode to use:<br>`start` - Start mixing<br>`stop` - Stop mixing<br>`reset` - Reset mixing"
d: "The command mode to use:<br>`start` - Start mixing<br>`stop<!--noref-->` - Stop mixing<br>`reset` - Reset mixing"
{% enditemplate %}
@ -45,7 +45,7 @@ Mixing started successfully
{% endhighlight %}
**Command Mode - `stop`**
**Command Mode - `stop<!--noref-->`**
*Result---stop command return status*