File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -833,8 +833,11 @@ pub enum Event {
833
833
/// Indicates that a transaction originating from LDK needs to have its fee bumped. This event
834
834
/// requires confirmed external funds to be readily available to spend.
835
835
///
836
- /// LDK does not currently generate this event. It is limited to the scope of channels with
837
- /// anchor outputs, which will be introduced in a future release.
836
+ /// LDK does not currently generate this event unless the
837
+ /// [`ChannelHandshakeConfig::negotiate_anchors_zero_fee_htlc_tx`] config flag is set to true.
838
+ /// It is limited to the scope of channels with anchor outputs.
839
+ ///
840
+ /// [`ChannelHandshakeConfig::negotiate_anchors_zero_fee_htlc_tx`]: crate::util::config::ChannelHandshakeConfig::negotiate_anchors_zero_fee_htlc_tx
838
841
BumpTransaction ( BumpTransactionEvent ) ,
839
842
}
840
843
You can’t perform that action at this time.
0 commit comments