Skip to content

Commit dfc65d1

Browse files
committed
f fix docs
1 parent b866dea commit dfc65d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5514,7 +5514,8 @@ impl<Signer: Sign> Channel<Signer> {
55145514
/// we may not yet have sent the previous commitment update messages and will need to
55155515
/// regenerate them.
55165516
///
5517-
/// You MUST call send_commitment prior to calling any other methods on this Channel!
5517+
/// You MUST call send_commitment prior to calling any other methods on this Channel if
5518+
/// `force_holding_cell` is false.
55185519
///
55195520
/// If an Err is returned, it's a ChannelError::Ignore!
55205521
fn send_htlc<L: Deref>(&mut self, amount_msat: u64, payment_hash: PaymentHash, cltv_expiry: u32, source: HTLCSource,

0 commit comments

Comments
 (0)