Skip to content

Commit e5e011a

Browse files
f fix docs
1 parent 1522991 commit e5e011a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channelmanager.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9555,8 +9555,8 @@ where
95559555
/// Create an offer for receiving async payments as an often-offline recipient.
95569556
///
95579557
/// Because we may be offline when the payer attempts to request an invoice, you MUST:
9558-
/// 1. Provide at least 1 [`BlindedPath`] for onion messages terminating at an always-online node
9559-
/// that will serve the [`StaticInvoice`] created from this offer on our behalf.
9558+
/// 1. Provide at least 1 [`BlindedMessagePath`] terminating at an always-online node that will
9559+
/// serve the [`StaticInvoice`] created from this offer on our behalf.
95609560
/// 2. Use [`Self::create_static_invoice_builder_for_async_receive_offer`] to create a
95619561
/// [`StaticInvoice`] from this [`Offer`] plus the returned [`Nonce`], and provide the static
95629562
/// invoice to the aforementioned always-online node.

0 commit comments

Comments
 (0)