Skip to content

Commit 86dc928

Browse files
authored
Merge pull request #4540 from TheBlueMatt/2026-04-drop-native-dns
Correctly refer to `pay_for_offer_from_hrn` in `pay_for_offer` docs
2 parents 8cab7d0 + 3902908 commit 86dc928

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14576,7 +14576,8 @@ impl<
1457614576
/// [`bitcoin-payment-instructions` crate](https://docs.rs/bitcoin-payment-instructions/) to
1457714577
/// resolve payment instructions strings (e.g. from QR codes, link opens, pasted instructions,
1457814578
/// or typed instructions) into payment instructions and use this when the instructions resolve
14579-
/// to a BOLT 12 offer.
14579+
/// to a BOLT 12 offer or [`Self::pay_for_offer_from_hrn`] when they resolve to a BOLT 12 offer
14580+
/// via a human-readable name.
1458014581
///
1458114582
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
1458214583
/// [`InvoiceRequestBuilder`]: crate::offers::invoice_request::InvoiceRequestBuilder

0 commit comments

Comments
 (0)