Skip to content

Commit c38be3d

Browse files
f fix docs
1 parent 103e012 commit c38be3d

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
@@ -9560,8 +9560,8 @@ where
95609560
/// Create an offer for receiving async payments as an often-offline recipient.
95619561
///
95629562
/// Because we may be offline when the payer attempts to request an invoice, you MUST:
9563-
/// 1. Provide at least 1 [`BlindedPath`] for onion messages terminating at an always-online node
9564-
/// that will serve the [`StaticInvoice`] created from this offer on our behalf.
9563+
/// 1. Provide at least 1 [`BlindedMessagePath`] terminating at an always-online node that will
9564+
/// serve the [`StaticInvoice`] created from this offer on our behalf.
95659565
/// 2. Use [`Self::create_static_invoice_builder_for_async_receive_offer`] to create a
95669566
/// [`StaticInvoice`] from this [`Offer`] plus the returned [`Nonce`], and provide the static
95679567
/// invoice to the aforementioned always-online node.

0 commit comments

Comments
 (0)