File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,11 @@ pub struct ChannelHandshakeConfig {
213213 /// back to a `anchors_zero_fee_htlc` (if [`Self::negotiate_anchors_zero_fee_htlc_tx`]
214214 /// is set) or `static_remote_key` channel.
215215 ///
216+ /// For a force-close transaction to reach miners and get confirmed,
217+ /// zero-fee commitment channels require a path from your Bitcoin node to miners that
218+ /// relays TRUC transactions (BIP 431), P2A outputs, and Ephemeral Dust. Currently, only
219+ /// nodes running Bitcoin Core v29 and above relay transactions with these features.
220+ ///
216221 /// Default value: `false` (This value is likely to change to `true` in the future.)
217222 ///
218223 /// [TRUC]: (https://bitcoinops.org/en/topics/version-3-transaction-relay/)
You can’t perform that action at this time.
0 commit comments