Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lightning/src/util/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@ pub struct ChannelHandshakeConfig {
/// back to a `anchors_zero_fee_htlc` (if [`Self::negotiate_anchors_zero_fee_htlc_tx`]
/// is set) or `static_remote_key` channel.
///
/// For a force-close transaction to reach miners and get confirmed,
/// zero-fee commitment channels require a path from your Bitcoin node to miners that
/// relays TRUC transactions (BIP 431), P2A outputs, and Ephemeral Dust. Currently, only
/// nodes running Bitcoin Core v29 and above relay transactions with these features.
///
/// Default value: `false` (This value is likely to change to `true` in the future.)
///
/// [TRUC]: (https://bitcoinops.org/en/topics/version-3-transaction-relay/)
Expand Down
Loading