mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
[Content] - Update PrivateSend collateral info (#62)
- Change for protocol >70208 to provide more flexibility Closes #48
This commit is contained in:
parent
190fa798a5
commit
581500c546
1 changed files with 4 additions and 5 deletions
|
@ -149,11 +149,10 @@ the denominations to maximize privacy. The minimum collateral fee is 0.001 DASH
|
||||||
all mixing sessions regardless of denomination. In Dash Core, collaterals are
|
all mixing sessions regardless of denomination. In Dash Core, collaterals are
|
||||||
created with enough value to pay 4 collateral fees (4 x 0.001 DASH). ([Dash Core Reference](https://github.com/dashpay/dash/blob/e596762ca22d703a79c6880a9d3edb1c7c972fd3/src/privatesend<!--noref-->.h#L313))
|
created with enough value to pay 4 collateral fees (4 x 0.001 DASH). ([Dash Core Reference](https://github.com/dashpay/dash/blob/e596762ca22d703a79c6880a9d3edb1c7c972fd3/src/privatesend<!--noref-->.h#L313))
|
||||||
|
|
||||||
In protocol versions <= 70208, collateral amounts were exactly 1x the minimum
|
In protocol version 70208, collateral inputs can be anything from 2x the
|
||||||
collateral amount. In protocol versions > 70208, Dash Core can either use 1x the
|
minimum collateral amount to the maximum collateral amount (currently defined as
|
||||||
minimum collateral amount OR any amount between 1x and 2x. For collateral payments
|
4x the minimum collateral). In protocol versions > 70208, Dash Core can use any
|
||||||
less than 2x the minimum, no change is returned since it would result in an amount
|
input from 1x the minimum collateral amount to the maximum collateral amount.
|
||||||
too small to be used for another collateral payment.
|
|
||||||
|
|
||||||
{% endautocrossref %}
|
{% endautocrossref %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue