@@ -8558,10 +8558,11 @@ macro_rules! create_offer_builder { ($self: ident, $builder: ty) => {
8558
8558
/// # Privacy
8559
8559
///
8560
8560
/// Uses [`MessageRouter`] to construct a [`BlindedPath`] for the offer based on the given
8561
- /// `absolute_expiry` according to [`MAX_SHORT_LIVED_RELATIVE_EXPIRY`]. However, if one is not
8562
- /// found, uses a one-hop [`BlindedPath`] with [`ChannelManager::get_our_node_id`] as the
8563
- /// introduction node instead. In the latter case, the node must be announced, otherwise, there
8564
- /// is no way to find a path to the introduction in order to send the [`InvoiceRequest`].
8561
+ /// `absolute_expiry` according to [`MAX_SHORT_LIVED_RELATIVE_EXPIRY`]. When parameterized by
8562
+ /// [`DefaultRouter`] (and thus using [`DefaultMessageRouter`), however, if a path is not found,
8563
+ /// uses a one-hop [`BlindedPath`] with [`ChannelManager::get_our_node_id`] as the introduction
8564
+ /// node instead. In the latter case, the node must be announced, otherwise, there is no way to
8565
+ /// find a path to the introduction in order to send the [`InvoiceRequest`].
8565
8566
///
8566
8567
/// Also, uses a derived signing pubkey in the offer for recipient privacy.
8567
8568
///
@@ -8625,10 +8626,11 @@ macro_rules! create_refund_builder { ($self: ident, $builder: ty) => {
8625
8626
/// # Privacy
8626
8627
///
8627
8628
/// Uses [`MessageRouter`] to construct a [`BlindedPath`] for the refund based on the given
8628
- /// `absolute_expiry` according to [`MAX_SHORT_LIVED_RELATIVE_EXPIRY`]. However, if one is not
8629
- /// found, uses a one-hop [`BlindedPath`] with [`ChannelManager::get_our_node_id`] as the
8630
- /// introduction node instead. In the latter case, the node must be announced, otherwise, there
8631
- /// is no way to find a path to the introduction in order to send the [`Bolt12Invoice`].
8629
+ /// `absolute_expiry` according to [`MAX_SHORT_LIVED_RELATIVE_EXPIRY`]. When parameterized by
8630
+ /// [`DefaultRouter`] (and thus using [`DefaultMessageRouter`), however, if a path is not found,
8631
+ /// uses a one-hop [`BlindedPath`] with [`ChannelManager::get_our_node_id`] as the introduction
8632
+ /// node instead. In the latter case, the node must be announced, otherwise, there is no way to
8633
+ /// find a path to the introduction in order to send the [`Bolt12Invoice`].
8632
8634
///
8633
8635
/// Also, uses a derived payer id in the refund for payer privacy.
8634
8636
///
0 commit comments