Skip to content

Commit

Permalink
f fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinewallace committed Nov 26, 2024
1 parent 1522991 commit e5e011a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning/src/ln/channelmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9555,8 +9555,8 @@ where
/// Create an offer for receiving async payments as an often-offline recipient.
///
/// Because we may be offline when the payer attempts to request an invoice, you MUST:
/// 1. Provide at least 1 [`BlindedPath`] for onion messages terminating at an always-online node
/// that will serve the [`StaticInvoice`] created from this offer on our behalf.
/// 1. Provide at least 1 [`BlindedMessagePath`] terminating at an always-online node that will
/// serve the [`StaticInvoice`] created from this offer on our behalf.
/// 2. Use [`Self::create_static_invoice_builder_for_async_receive_offer`] to create a
/// [`StaticInvoice`] from this [`Offer`] plus the returned [`Nonce`], and provide the static
/// invoice to the aforementioned always-online node.
Expand Down

0 comments on commit e5e011a

Please sign in to comment.