File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7075,7 +7075,9 @@ where
7075
7075
/// [`ChannelManager`] when handling [`InvoiceRequest`] messages for the offer.
7076
7076
///
7077
7077
/// Uses a one-hop [`BlindedPath`] for the offer with [`ChannelManager::get_our_node_id`] as the
7078
- /// introduction node and a derived signing pubkey for recipient privacy.
7078
+ /// introduction node and a derived signing pubkey for recipient privacy. As such, currently,
7079
+ /// the node must be announced. Otherwise, there is no way to find a path to the introduction
7080
+ /// node in order to send the [`InvoiceRequest`].
7079
7081
///
7080
7082
/// [`Offer`]: crate::offers::offer::Offer
7081
7083
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
@@ -7098,7 +7100,9 @@ where
7098
7100
/// The provided `payment_id` is used to ensure that only one invoice is paid for the refund.
7099
7101
///
7100
7102
/// Uses a one-hop [`BlindedPath`] for the refund with [`ChannelManager::get_our_node_id`] as
7101
- /// the introduction node and a derived payer id for sender privacy.
7103
+ /// the introduction node and a derived payer id for sender privacy. As such, currently, the
7104
+ /// node must be announced. Otherwise, there is no way to find a path to the introduction node
7105
+ /// in order to send the [`Bolt12Invoice`].
7102
7106
///
7103
7107
/// [`Refund`]: crate::offers::refund::Refund
7104
7108
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
You can’t perform that action at this time.
0 commit comments