Skip to content

Commit ca23d3d

Browse files
committed
f - doc behavior in pay_for_offer
1 parent 50721df commit ca23d3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12547,6 +12547,12 @@ where
1254712547
/// For payer privacy, uses a derived payer id and uses [`MessageRouter::create_blinded_paths`]
1254812548
/// to construct a [`BlindedMessagePath`] for the reply path.
1254912549
///
12550+
/// # Note
12551+
///
12552+
/// When paying an offer to an async recipient, a failed payment attempt could end up in a
12553+
/// pending state if we are offline. In this case, we allow for an extended grace period
12554+
/// to resolve it with our peer when we come back online.
12555+
///
1255012556
/// # Errors
1255112557
///
1255212558
/// Errors if:

0 commit comments

Comments
 (0)