File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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+ /// [`UserConfig::negotiate_anchors_zero_fee_htlc_tx`] config flag is set to true. It is limited
838+ /// to the scope of channels with anchor outputs.
839+ ///
840+ /// [`UserConfig::negotiate_anchors_zero_fee_htlc_tx`]: crate::util::config::UserConfig::negotiate_anchors_zero_fee_htlc_tx
838841 BumpTransaction ( BumpTransactionEvent ) ,
839842}
840843
You can’t perform that action at this time.
0 commit comments