Skip to content

Commit 5e86c30

Browse files
committed
f send docs
1 parent b0187f5 commit 5e86c30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/channel.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5490,10 +5490,10 @@ impl<Signer: Sign> Channel<Signer> {
54905490
// Send stuff to our remote peers:
54915491

54925492
/// Queues up an outbound HTLC to send by placing it in the holding cell. You should call
5493-
/// `maybe_free_holding_cell_htlcs` in order to actually generate and send the commitment
5494-
/// update.
5493+
/// [`Self::maybe_free_holding_cell_htlcs`] in order to actually generate and send the
5494+
/// commitment update.
54955495
///
5496-
/// If an Err is returned, it's a ChannelError::Ignore!
5496+
/// `Err`s will only be [`ChannelError::Ignore`].
54975497
pub fn queue_htlc<L: Deref>(&mut self, amount_msat: u64, payment_hash: PaymentHash, cltv_expiry: u32, source: HTLCSource,
54985498
onion_routing_packet: msgs::OnionPacket, logger: &L)
54995499
-> Result<(), ChannelError> where L::Target: Logger {

0 commit comments

Comments
 (0)