mirror of
https://github.com/ACINQ/eclair.git
synced 2024-11-19 01:43:22 +01:00
13d4c9f06c
If the latest splice transaction doesn't confirm, we allow exchanging `tx_init_rbf` and `tx_ack_rbf` to create another splice transaction to replace it. We use the same funding contribution as the previous splice. When 0-conf isn't used, we reject `splice_init` while the previous splice transaction hasn't confirmed. Our peer should either use RBF instead of creating a new splice, or they should wait for our node to receive the block that confirmed the previous transaction. This protects against chains of unconfirmed transactions. When using 0-conf, we reject `tx_init_rbf` and allow creating chains of unconfirmed splice transactions: using RBF with 0-conf can lead to one side stealing funds, which is why we prevent it. If our peer was buying liquidity but tries to cancel the purchase with an RBF attempt, we reject it: this prevents edge cases where the seller may end up adding liquidity to the channel without being paid in return. |
||
---|---|---|
.. | ||
release-notes | ||
API.md | ||
Architecture.md | ||
CircularRebalancing.md | ||
Cluster.md | ||
Configure.md | ||
FAQ.md | ||
Features.md | ||
Guides.md | ||
Logging.md | ||
ManagingBitcoinCoreKeys.md | ||
Monitoring.md | ||
MultipartPayments.md | ||
PostgreSQL.md | ||
Tor.md | ||
TrampolinePayments.md | ||
Usage.md |