Skip to content

Commit 5cc625e

Browse files
Clarify event doc specifying anchor support
1 parent d327c23 commit 5cc625e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lightning/src/events/mod.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,8 +833,11 @@ pub enum Event {
833833
/// Indicates that a transaction originating from LDK needs to have its fee bumped. This event
834834
/// requires confirmed external funds to be readily available to spend.
835835
///
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
838841
BumpTransaction(BumpTransactionEvent),
839842
}
840843

0 commit comments

Comments
 (0)