We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2d5e8 commit 80c1a0bCopy full SHA for 80c1a0b
lightning/src/ln/channelmanager.rs
@@ -7373,7 +7373,9 @@ where
7373
/// # Limitations
7374
///
7375
/// Requires a direct connection to an introduction node in [`Refund::paths`] or to
7376
- /// [`Refund::payer_id`], if empty.
+ /// [`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.
7379
7380
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
7381
pub fn request_refund_payment(&self, refund: &Refund) -> Result<(), Bolt12SemanticError> {
0 commit comments