Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lightning/src/ln/channelmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14573,7 +14573,8 @@ impl<
/// [`bitcoin-payment-instructions` crate](https://docs.rs/bitcoin-payment-instructions/) to
/// resolve payment instructions strings (e.g. from QR codes, link opens, pasted instructions,
/// or typed instructions) into payment instructions and use this when the instructions resolve
/// to a BOLT 12 offer.
/// to a BOLT 12 offer or [`Self::pay_for_offer_from_hrn`] when they resolve to a BOLT 12 offer
/// via a human-readable name.
///
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
/// [`InvoiceRequestBuilder`]: crate::offers::invoice_request::InvoiceRequestBuilder
Expand Down
Loading