Fix broken doc link in create_refund_builder
authorJeffrey Czyz <jkczyz@gmail.com>
Fri, 15 Dec 2023 14:45:38 +0000 (08:45 -0600)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 15 Dec 2023 21:40:09 +0000 (15:40 -0600)
lightning/src/ln/channelmanager.rs

index e9c6a197ea172fcfdb359ec58d49bb70860142a5..397ffa5866b13b198bb65bc2fc7914fc0c92ca62 100644 (file)
@@ -7569,6 +7569,7 @@ where
        /// [`Refund`]: crate::offers::refund::Refund
        /// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
        /// [`Bolt12Invoice::payment_paths`]: crate::offers::invoice::Bolt12Invoice::payment_paths
+       /// [Avoiding Duplicate Payments]: #avoiding-duplicate-payments
        pub fn create_refund_builder(
                &self, description: String, amount_msats: u64, absolute_expiry: Duration,
                payment_id: PaymentId, retry_strategy: Retry, max_total_routing_fee_msat: Option<u64>