Skip to content

Commit c273365

Browse files
committed
f - fix cargo doc
1 parent 1de652c commit c273365

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/offers/offer.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ impl Offer {
367367
}
368368

369369
/// Creates an [`InvoiceRequest`] for the offer with the given `payer_id`.
370+
///
371+
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
370372
pub fn request_invoice(&self, payer_id: PublicKey) -> InvoiceRequestBuilder {
371373
InvoiceRequestBuilder::new(self, payer_id)
372374
}

0 commit comments

Comments
 (0)