Skip to content

Commit 82f10fa

Browse files
committed
f - fix docs
1 parent 59ae5be commit 82f10fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning/src/blinded_path/message.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,11 @@ pub enum OffersContext {
143143
/// [`Refund`]: crate::offers::refund::Refund
144144
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
145145
payment_id: PaymentId,
146-
/// A nonce used for authenticating that an [`Invoice`] is for a valid [`Refund`] or
146+
147+
/// A nonce used for authenticating that a [`Bolt12Invoice`] is for a valid [`Refund`] or
147148
/// [`InvoiceRequest`] and for deriving their signing keys.
148149
///
150+
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
149151
/// [`Refund`]: crate::offers::refund::Refund
150152
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
151153
nonce: Nonce,

0 commit comments

Comments
 (0)