@@ -10903,8 +10903,7 @@ macro_rules! create_offer_builder { ($self: ident, $builder: ty) => {
10903
10903
///
10904
10904
/// Uses [`MessageRouter`] to construct a [`BlindedMessagePath`] for the offer based on the given
10905
10905
/// `absolute_expiry` according to [`MAX_SHORT_LIVED_RELATIVE_EXPIRY`]. See those docs for
10906
- /// privacy implications as well as those of the parameterized [`Router`], which implements
10907
- /// [`MessageRouter`].
10906
+ /// privacy implications.
10908
10907
///
10909
10908
/// Also, uses a derived signing pubkey in the offer for recipient privacy.
10910
10909
///
@@ -10955,8 +10954,7 @@ macro_rules! create_refund_builder { ($self: ident, $builder: ty) => {
10955
10954
///
10956
10955
/// Uses [`MessageRouter`] to construct a [`BlindedMessagePath`] for the refund based on the given
10957
10956
/// `absolute_expiry` according to [`MAX_SHORT_LIVED_RELATIVE_EXPIRY`]. See those docs for
10958
- /// privacy implications as well as those of the parameterized [`Router`], which implements
10959
- /// [`MessageRouter`].
10957
+ /// privacy implications.
10960
10958
///
10961
10959
/// Also, uses a derived payer id in the refund for payer privacy.
10962
10960
///
@@ -11152,8 +11150,7 @@ where
11152
11150
/// # Privacy
11153
11151
///
11154
11152
/// For payer privacy, uses a derived payer id and uses [`MessageRouter::create_blinded_paths`]
11155
- /// to construct a [`BlindedMessagePath`] for the reply path. For further privacy implications, see the
11156
- /// docs of the parameterized [`Router`], which implements [`MessageRouter`].
11153
+ /// to construct a [`BlindedMessagePath`] for the reply path.
11157
11154
///
11158
11155
/// # Limitations
11159
11156
///
@@ -11332,8 +11329,7 @@ where
11332
11329
/// # Privacy
11333
11330
///
11334
11331
/// For payer privacy, uses a derived payer id and uses [`MessageRouter::create_blinded_paths`]
11335
- /// to construct a [`BlindedMessagePath`] for the reply path. For further privacy implications, see the
11336
- /// docs of the parameterized [`Router`], which implements [`MessageRouter`].
11332
+ /// to construct a [`BlindedMessagePath`] for the reply path.
11337
11333
///
11338
11334
/// # Limitations
11339
11335
///
0 commit comments