Skip to content

Commit df8faa9

Browse files
committed
f fix docs
1 parent 3724a07 commit df8faa9

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
@@ -5502,7 +5502,8 @@ impl<Signer: Sign> Channel<Signer> {
55025502
/// we may not yet have sent the previous commitment update messages and will need to
55035503
/// regenerate them.
55045504
///
5505-
/// You MUST call send_commitment prior to calling any other methods on this Channel!
5505+
/// You MUST call send_commitment prior to calling any other methods on this Channel if
5506+
/// `force_holding_cell` is false.
55065507
///
55075508
/// If an Err is returned, it's a ChannelError::Ignore!
55085509
fn send_htlc<L: Deref>(&mut self, amount_msat: u64, payment_hash: PaymentHash, cltv_expiry: u32, source: HTLCSource,

0 commit comments

Comments
 (0)