Content - RPC - addlockconf to addlocked conversion

- Update 8 RPCs based on dashpay/dash#2040
This commit is contained in:
thephez 2018-10-22 15:16:30 -04:00
parent 88e97509c9
commit c31012eb70
10 changed files with 33 additions and 33 deletions

View file

@ -31,13 +31,13 @@ The `getbalance` RPC {{summary_getBalance}}
{{INCLUDE_CONFIRMATIONS_PARAMETER}}
*Parameter #3---whether to add 5 confirmations to transactions locked via InstantSend*
*Parameter #3---whether to add the balance from transactions locked via InstantSend*
{% itemplate ntpd1 %}
- n: "addlockconf"
- n: "addlocked"
t: "bool"
p: "Optional<br>(exactly 1)"
d: "Add the number of InstantSend confirmations to InstantSend locked transactions"
d: "Add the balance from InstantSend locked transactions"
{% enditemplate %}

View file

@ -34,13 +34,13 @@ Core. Use the RPCs listed in the See Also subsection below instead.
{{INCLUDE_CONFIRMATIONS_PARAMETER}}
*Parameter #3---whether to add 5 confirmations to transactions locked via InstantSend*
*Parameter #3---whether to include transactions locked via InstantSend*
{% itemplate ntpd1 %}
- n: "addlockconf"
- n: "addlocked"
t: "bool"
p: "Optional<br>(exactly 1)"
d: "Add the number of InstantSend confirmations to InstantSend locked transactions (default=false)"
d: "Add the balance from InstantSend locked transactions (default=false)"
{% enditemplate %}

View file

@ -31,13 +31,13 @@ The `getreceivedbyaddress` RPC {{summary_getReceivedByAddress}}
{{INCLUDE_CONFIRMATIONS_PARAMETER}}
*Parameter #3---whether to add 5 confirmations to transactions locked via InstantSend*
*Parameter #3---whether to include transactions locked via InstantSend*
{% itemplate ntpd1 %}
- n: "addlockconf"
- n: "addlocked"
t: "bool"
p: "Optional<br>(exactly 1)"
d: "Add the number of InstantSend confirmations to InstantSend locked transactions"
d: "Add the balance from InstantSend locked transactions"
{% enditemplate %}

View file

@ -24,13 +24,13 @@ Core. Use the RPCs listed in the See Also subsection below instead.
{{INCLUDE_CONFIRMATIONS_PARAMETER}}
*Parameter #2---whether to add 5 confirmations to transactions locked via InstantSend*
*Parameter #2--- whether to include transactions locked via InstantSend*
{% itemplate ntpd1 %}
- n: "addlockconf"
- n: "addlocked"
t: "bool"
p: "Optional<br>(exactly 1)"
d: "Add the number of InstantSend confirmations to InstantSend locked transactions"
d: "Add the balance from InstantSend locked transactions"
{% enditemplate %}

View file

@ -24,13 +24,13 @@ Core. Use the RPCs listed in the See Also subsection below instead.
{{INCLUDE_CONFIRMATIONS_PARAMETER}}
*Parameter #2---whether to add 5 confirmations to transactions locked via InstantSend*
*Parameter #2---whether to include transactions locked via InstantSend*
{% itemplate ntpd1 %}
- n: "addlockconf"
- n: "addlocked"
t: "bool"
p: "Optional<br>(exactly 1)"
d: "Add the number of InstantSend confirmations to InstantSend locked transactions"
d: "Add the balance from InstantSend locked transactions"
{% enditemplate %}

View file

@ -21,13 +21,13 @@ The `listreceivedbyaddress` RPC {{summary_listReceivedByAddress}}
{{INCLUDE_CONFIRMATIONS_PARAMETER}}
*Parameter #2---whether to add 5 confirmations to transactions locked via InstantSend*
*Parameter #2---whether to include transactions locked via InstantSend*
{% itemplate ntpd1 %}
- n: "addlockconf"
- n: "addlocked"
t: "bool"
p: "Optional<br>(exactly 1)"
d: "Add the number of InstantSend confirmations to InstantSend locked transactions"
d: "Add the balance from InstantSend locked transactions"
{% enditemplate %}

View file

@ -55,9 +55,9 @@ Core. Use the RPCs listed in the See Also subsection below instead.
{{INCLUDE_SPEND_CONFIRMATIONS}}
*Parameter #5---whether to add 5 confirmations to transactions locked via InstantSend*
*Parameter #5---whether to add the balance from transactions locked via InstantSend*
{{INCLUDE_ADD_LOCK_CONFIRMATIONS_PARAMETER}}
{{INCLUDE_ADD_LOCKED_PARAMETER}}
*Parameter #6---a comment*

View file

@ -47,8 +47,8 @@ The `sendmany` RPC {{summary_sendMany}}
{{INCLUDE_SPEND_CONFIRMATIONS}}
*Parameter #4--whether to add 5 confirmations to transactions locked via InstantSend*
{{INCLUDE_ADD_LOCK_CONFIRMATIONS_PARAMETER}}
*Parameter #4--whether to add the balance from transactions locked via InstantSend*
{{INCLUDE_ADD_LOCKED_PARAMETER}}
*Parameter #5---a comment*