mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Fix broken doc link in create_refund_builder
This commit is contained in:
parent
606304aa32
commit
4da08623a6
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue