Skip to content

Commit

Permalink
f add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Jul 31, 2021
1 parent de3c6df commit 81e98c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lightning/src/ln/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ pub(super) struct Channel<Signer: Sign> {
last_sent_closing_fee: Option<(u64, Signature)>, // (fee, holder_sig)
target_closing_feerate_sats_per_1000_weight: Option<u32>,

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

0 comments on commit 81e98c0

Please sign in to comment.