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 @@ -6826,7 +6826,9 @@ where
6826
6826
/// [`ChannelManager`] when handling [`InvoiceRequest`] messages for the offer.
6827
6827
///
6828
6828
/// Uses a one-hop [`BlindedPath`] for the offer with [`ChannelManager::get_our_node_id`] as the
6829
- /// introduction node and a derived signing pubkey for recipient privacy.
6829
+ /// introduction node and a derived signing pubkey for recipient privacy. As such, currently,
6830
+ /// the node must be announced. Otherwise, there is no way to find a path to the introduction
6831
+ /// node in order to send the [`InvoiceRequest`].
6830
6832
///
6831
6833
/// [`Offer`]: crate::offers::offer::Offer
6832
6834
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
@@ -6849,7 +6851,9 @@ where
6849
6851
/// The provided `payment_id` is used to ensure that only one invoice is paid for the refund.
6850
6852
///
6851
6853
/// Uses a one-hop [`BlindedPath`] for the refund with [`ChannelManager::get_our_node_id`] as
6852
- /// the introduction node and a derived payer id for sender privacy.
6854
+ /// the introduction node and a derived payer id for sender privacy. As such, currently, the
6855
+ /// node must be announced. Otherwise, there is no way to find a path to the introduction node
6856
+ /// in order to send the [`Bolt12Invoice`].
6853
6857
///
6854
6858
/// [`Refund`]: crate::offers::refund::Refund
6855
6859
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
You can’t perform that action at this time.
0 commit comments