1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-12 10:30:45 +01:00
eclair/eclair-core
t-bast df0de1f687
Allow non-initiator RBF for dual funding
We previously only allowed the opener to RBF a dual-funded channel.
This is not consistent with splicing, where both peers can initiate
RBF. There is no technical reason to restrict the channel creation,
we can allow the non-initiator to RBF if they wish to do so.

The only subtlety is in the case where there is a liquidity purchase.
In that case we want the opener to be the only one allowed to RBF to
guarantee that we keep the liquidity purchase (since the initiator is
the only one that can purchase liquidity).
2025-03-04 11:51:04 +01:00
..
src Allow non-initiator RBF for dual funding 2025-03-04 11:51:04 +01:00
eclair-cli Fix eclair-cli "compact" mode (#2990) 2025-02-11 11:17:25 +01:00
pom.xml Update bitcoin lib (#3015) 2025-02-24 17:09:53 +01:00