File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7361,7 +7361,7 @@ where
7361
7361
/// # Privacy
7362
7362
///
7363
7363
/// Uses a one-hop [`BlindedPath`] for the refund with [`ChannelManager::get_our_node_id`] as
7364
- /// the introduction node and a derived payer id for sender privacy. As such, currently, the
7364
+ /// the introduction node and a derived payer id for payer privacy. As such, currently, the
7365
7365
/// node must be announced. Otherwise, there is no way to find a path to the introduction node
7366
7366
/// in order to send the [`Bolt12Invoice`].
7367
7367
///
@@ -7421,6 +7421,13 @@ where
7421
7421
/// invoice. If abandoned, or an invoice isn't received in a reasonable amount of time, the
7422
7422
/// payment will fail with an [`Event::InvoiceRequestFailed`].
7423
7423
///
7424
+ /// # Privacy
7425
+ ///
7426
+ /// Uses a one-hop [`BlindedPath`] for the reply path with [`ChannelManager::get_our_node_id`]
7427
+ /// as the introduction node and a derived payer id for payer privacy. As such, currently, the
7428
+ /// node must be announced. Otherwise, there is no way to find a path to the introduction node
7429
+ /// in order to send the [`Bolt12Invoice`].
7430
+ ///
7424
7431
/// # Errors
7425
7432
///
7426
7433
/// Errors if a duplicate `payment_id` is provided given the caveats in the aforementioned link
You can’t perform that action at this time.
0 commit comments