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 @@ -7206,7 +7206,7 @@ where
7206
7206
/// # Privacy
7207
7207
///
7208
7208
/// Uses a one-hop [`BlindedPath`] for the refund with [`ChannelManager::get_our_node_id`] as
7209
- /// the introduction node and a derived payer id for sender privacy. As such, currently, the
7209
+ /// the introduction node and a derived payer id for payer privacy. As such, currently, the
7210
7210
/// node must be announced. Otherwise, there is no way to find a path to the introduction node
7211
7211
/// in order to send the [`Bolt12Invoice`].
7212
7212
///
@@ -7266,6 +7266,13 @@ where
7266
7266
/// invoice. If abandoned, or an invoice isn't received in a reasonable amount of time, the
7267
7267
/// payment will fail with an [`Event::InvoiceRequestFailed`].
7268
7268
///
7269
+ /// # Privacy
7270
+ ///
7271
+ /// Uses a one-hop [`BlindedPath`] for the reply path with [`ChannelManager::get_our_node_id`]
7272
+ /// as the introduction node and a derived payer id for payer privacy. As such, currently, the
7273
+ /// node must be announced. Otherwise, there is no way to find a path to the introduction node
7274
+ /// in order to send the [`Bolt12Invoice`].
7275
+ ///
7269
7276
/// # Errors
7270
7277
///
7271
7278
/// 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