Skip to content

Commit 80c1a0b

Browse files
committed
Expand request_refund_payment docs for limitations
1 parent 8d2d5e8 commit 80c1a0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning/src/ln/channelmanager.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -7373,7 +7373,9 @@ where
73737373
/// # Limitations
73747374
///
73757375
/// Requires a direct connection to an introduction node in [`Refund::paths`] or to
7376-
/// [`Refund::payer_id`], if empty.
7376+
/// [`Refund::payer_id`], if empty. This request is best effort; an invoice will be sent to each
7377+
/// node meeting the aforementioned criteria, but there's no guarantee that they will be
7378+
/// received and no retries will be made.
73777379
///
73787380
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
73797381
pub fn request_refund_payment(&self, refund: &Refund) -> Result<(), Bolt12SemanticError> {

0 commit comments

Comments
 (0)