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
@@ -7099,7 +7101,9 @@ where
7099
7101
/// The provided `payment_id` is used to ensure that only one invoice is paid for the refund.
7100
7102
///
7101
7103
/// Uses a one-hop [`BlindedPath`] for the refund with [`ChannelManager::get_our_node_id`] as
7102
- /// the introduction node and a derived payer id for sender privacy.
7104
+ /// the introduction node and a derived payer id for sender privacy. As such, currently, the
7105
+ /// node must be announced. Otherwise, there is no way to find a path to the introduction node
7106
+ /// in order to send the [`Bolt12Invoice`].
7103
7107
///
7104
7108
/// [`Refund`]: crate::offers::refund::Refund
7105
7109
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
You can’t perform that action at this time.
0 commit comments