Skip to content

Commit 4da0862

Browse files
committed
Fix broken doc link in create_refund_builder
1 parent 606304a commit 4da0862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7569,6 +7569,7 @@ where
75697569
/// [`Refund`]: crate::offers::refund::Refund
75707570
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
75717571
/// [`Bolt12Invoice::payment_paths`]: crate::offers::invoice::Bolt12Invoice::payment_paths
7572+
/// [Avoiding Duplicate Payments]: #avoiding-duplicate-payments
75727573
pub fn create_refund_builder(
75737574
&self, description: String, amount_msats: u64, absolute_expiry: Duration,
75747575
payment_id: PaymentId, retry_strategy: Retry, max_total_routing_fee_msat: Option<u64>

0 commit comments

Comments
 (0)