@@ -11467,8 +11467,7 @@ macro_rules! create_offer_builder { ($self: ident, $builder: ty) => {
11467
11467
///
11468
11468
/// Uses [`MessageRouter`] to construct a [`BlindedMessagePath`] for the offer based on the given
11469
11469
/// `absolute_expiry` according to [`MAX_SHORT_LIVED_RELATIVE_EXPIRY`]. See those docs for
11470
- /// privacy implications as well as those of the parameterized [`Router`], which implements
11471
- /// [`MessageRouter`].
11470
+ /// privacy implications.
11472
11471
///
11473
11472
/// Also, uses a derived signing pubkey in the offer for recipient privacy.
11474
11473
///
@@ -11519,8 +11518,7 @@ macro_rules! create_refund_builder { ($self: ident, $builder: ty) => {
11519
11518
///
11520
11519
/// Uses [`MessageRouter`] to construct a [`BlindedMessagePath`] for the refund based on the given
11521
11520
/// `absolute_expiry` according to [`MAX_SHORT_LIVED_RELATIVE_EXPIRY`]. See those docs for
11522
- /// privacy implications as well as those of the parameterized [`Router`], which implements
11523
- /// [`MessageRouter`].
11521
+ /// privacy implications.
11524
11522
///
11525
11523
/// Also, uses a derived payer id in the refund for payer privacy.
11526
11524
///
@@ -11716,8 +11714,7 @@ where
11716
11714
/// # Privacy
11717
11715
///
11718
11716
/// For payer privacy, uses a derived payer id and uses [`MessageRouter::create_blinded_paths`]
11719
- /// to construct a [`BlindedMessagePath`] for the reply path. For further privacy implications, see the
11720
- /// docs of the parameterized [`Router`], which implements [`MessageRouter`].
11717
+ /// to construct a [`BlindedMessagePath`] for the reply path.
11721
11718
///
11722
11719
/// # Limitations
11723
11720
///
@@ -11896,8 +11893,7 @@ where
11896
11893
/// # Privacy
11897
11894
///
11898
11895
/// For payer privacy, uses a derived payer id and uses [`MessageRouter::create_blinded_paths`]
11899
- /// to construct a [`BlindedMessagePath`] for the reply path. For further privacy implications, see the
11900
- /// docs of the parameterized [`Router`], which implements [`MessageRouter`].
11896
+ /// to construct a [`BlindedMessagePath`] for the reply path.
11901
11897
///
11902
11898
/// # Limitations
11903
11899
///
0 commit comments