mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Content - RPC - addlockconf to addlocked conversion
- Update 8 RPCs based on dashpay/dash#2040
This commit is contained in:
parent
88e97509c9
commit
c31012eb70
10 changed files with 33 additions and 33 deletions
|
@ -319,12 +319,12 @@ NOT IN DASH
|
|||
{% enditemplate %}
|
||||
{% endcapture %}
|
||||
|
||||
{% capture INCLUDE_ADD_LOCK_CONFIRMATIONS_PARAMETER %}
|
||||
{% capture INCLUDE_ADD_LOCKED_PARAMETER %}
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "addlockconf"
|
||||
- n: "addlocked"
|
||||
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."
|
||||
d: "If set to `true`, add the balance from InstantSend locked transactions. If set to `false` (the default), InstantSend locked transaction balances are not included."
|
||||
|
||||
{% enditemplate %}
|
||||
{% endcapture %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue