Wallet RPC updates

- Convert more existing RPCs to Dash (move->sendtoaddress)

Added var for Add Lock Conf parameter
This commit is contained in:
thephez 2017-11-30 11:34:34 -05:00
parent 022808165c
commit db89358b0a
6 changed files with 219 additions and 46 deletions

View file

@ -319,6 +319,17 @@ NOT IN DASH
{% enditemplate %}
{% endcapture %}
{% capture INCLUDE_ADD_LOCK_CONFIRMATIONS_PARAMETER %}
{% itemplate ntpd1 %}
- n: "addlockconf"
t: "bool"
p: "Optional<br>(0 or 1)"
d: "If set to `true`, add the number of InstantSend confirmations (default=5) to the confirmation count for transactions locked via InstantSend. If set to `false` (the default), the standard confirmation count is not modified for InstantSend transactions."
{% enditemplate %}
{% endcapture %}
{% assign WARNING="![Warning icon](/img/icons/icon_warning.svg) **Warning:**" %}
{% assign WARNING_ICON="![Warning icon](/img/icons/icon_warning.svg)" %}