Skip to content

Commit 81e98c0

Browse files
committed
f add docs
1 parent de3c6df commit 81e98c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/ln/channel.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,8 @@ pub(super) struct Channel<Signer: Sign> {
429429
last_sent_closing_fee: Option<(u64, Signature)>, // (fee, holder_sig)
430430
target_closing_feerate_sats_per_1000_weight: Option<u32>,
431431

432+
/// The minimum and maximum absolute fee we are willing to place on the closing transaction.
433+
/// These are set once we reach `closing_negotiation_ready`.
432434
#[cfg(test)]
433435
pub(crate) closing_fee_limits: Option<(u64, u64)>,
434436
#[cfg(not(test))]

0 commit comments

Comments
 (0)