We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a841e6b commit 6d2ffddCopy full SHA for 6d2ffdd
lightning/src/ln/channelmanager.rs
@@ -7528,7 +7528,9 @@ where
7528
/// # Limitations
7529
///
7530
/// Requires a direct connection to an introduction node in [`Refund::paths`] or to
7531
- /// [`Refund::payer_id`], if empty.
+ /// [`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.
7534
7535
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
7536
pub fn request_refund_payment(&self, refund: &Refund) -> Result<(), Bolt12SemanticError> {
0 commit comments