Skip to content

Commit 2409913

Browse files
committed
f fix docs
1 parent 94a4b8e commit 2409913

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning/src/ln/channel.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -3561,7 +3561,9 @@ impl<Signer: Sign> Channel<Signer> {
35613561
/// further details on the optionness of the return value.
35623562
/// If our balance is too low to cover the cost of the next commitment transaction at the
35633563
/// new feerate, the update is cancelled.
3564-
/// You MUST call send_commitment prior to any other calls on this Channel
3564+
///
3565+
/// You MUST call send_commitment prior to any other calls on this Channel if
3566+
/// `force_holding_cell` is false.
35653567
fn send_update_fee<L: Deref>(&mut self, feerate_per_kw: u32, mut force_holding_cell: bool, logger: &L) -> Option<msgs::UpdateFee> where L::Target: Logger {
35663568
if !self.is_outbound() {
35673569
panic!("Cannot send fee from inbound channel");

0 commit comments

Comments
 (0)