We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb80e5 commit 13a5269Copy full SHA for 13a5269
1 file changed
lightning/src/util/config.rs
@@ -213,6 +213,11 @@ pub struct ChannelHandshakeConfig {
213
/// back to a `anchors_zero_fee_htlc` (if [`Self::negotiate_anchors_zero_fee_htlc_tx`]
214
/// is set) or `static_remote_key` channel.
215
///
216
+ /// To have confidence that a force-close transaction will reach miners and get confirmed,
217
+ /// zero-fee commitment channels require your Bitcoin node **and some of its peers** to
218
+ /// relay TRUC transactions (BIP 431), P2A outputs, and Ephemeral Dust. Currently, nodes
219
+ /// running Bitcoin Core v29 and above meet this requirement.
220
+ ///
221
/// Default value: `false` (This value is likely to change to `true` in the future.)
222
223
/// [TRUC]: (https://bitcoinops.org/en/topics/version-3-transaction-relay/)
0 commit comments