Skip to content

Commit f94f82e

Browse files
committed
f fix docs
1 parent 4248cbb commit f94f82e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3563,7 +3563,9 @@ impl<Signer: Sign> Channel<Signer> {
35633563
/// further details on the optionness of the return value.
35643564
/// If our balance is too low to cover the cost of the next commitment transaction at the
35653565
/// new feerate, the update is cancelled.
3566-
/// You MUST call send_commitment prior to any other calls on this Channel
3566+
///
3567+
/// You MUST call send_commitment prior to any other calls on this Channel if
3568+
/// `force_holding_cell` is false.
35673569
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 {
35683570
if !self.is_outbound() {
35693571
panic!("Cannot send fee from inbound channel");

0 commit comments

Comments
 (0)