Fix broken doc link in create_refund_builder

This commit is contained in:
Jeffrey Czyz 2023-12-15 08:45:38 -06:00
parent 606304aa32
commit 4da08623a6
No known key found for this signature in database
GPG key ID: 3A4E08275D5E96D2

View 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>