Skip to content

Commit 20a8a38

Browse files
committed
f - fix docs
1 parent 4e925f3 commit 20a8a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/offers/invoice_request.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ pub struct InvoiceRequestFields {
11291129
/// The amount to pay in msats (i.e., the minimum lightning-payable unit for [`chain`]), which
11301130
/// must be greater than or equal to [`Offer::amount`], converted if necessary.
11311131
///
1132-
/// [`chain`]: Self::chain
1132+
/// [`chain`]: InvoiceRequest::chain
11331133
pub amount_msats: Option<u64>,
11341134

11351135
/// Features pertaining to requesting an invoice.

0 commit comments

Comments
 (0)