Skip to content

Commit 6d2ffdd

Browse files
committed
Expand request_refund_payment docs for limitations
1 parent a841e6b commit 6d2ffdd

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
@@ -7528,7 +7528,9 @@ where
75287528
/// # Limitations
75297529
///
75307530
/// Requires a direct connection to an introduction node in [`Refund::paths`] or to
7531-
/// [`Refund::payer_id`], if empty.
7531+
/// [`Refund::payer_id`], if empty. This request is best effort; an invoice will be sent to each
7532+
/// node meeting the aforementioned criteria, but there's no guarantee that they will be
7533+
/// received and no retries will be made.
75327534
///
75337535
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
75347536
pub fn request_refund_payment(&self, refund: &Refund) -> Result<(), Bolt12SemanticError> {

0 commit comments

Comments
 (0)