We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e925f3 commit 20a8a38Copy full SHA for 20a8a38
lightning/src/offers/invoice_request.rs
@@ -1129,7 +1129,7 @@ pub struct InvoiceRequestFields {
1129
/// The amount to pay in msats (i.e., the minimum lightning-payable unit for [`chain`]), which
1130
/// must be greater than or equal to [`Offer::amount`], converted if necessary.
1131
///
1132
- /// [`chain`]: Self::chain
+ /// [`chain`]: InvoiceRequest::chain
1133
pub amount_msats: Option<u64>,
1134
1135
/// Features pertaining to requesting an invoice.
0 commit comments