mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 14:50:46 +01:00
* support signing multiple identical htlcs We previously resolved the commitment tx output based only on the `pubkeyScript`, causing us to reuse the same output for multiple htlcs. We now keep track of which commitment tx output has been used. * resolve htlcs using the amount too We may have htlcs with identical `payment_hash` + `cltv_expiry`, but different amounts. In that case we need to use the `amount` to differentiate and choose the correct commitment output for each htlc. In other cases, when there is no risk of confusion it is ok to only rely on `pubkeyScript`. |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |