Skip to content

Commit 53b9810

Browse files
committed
Correct documented default expiry time on static invoice payments
1 parent 2f9898c commit 53b9810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/outbound_payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pub(crate) enum PendingOutboundPayment {
110110
// The deadline as duration since the Unix epoch for the async recipient to come online,
111111
// after which we'll fail the payment.
112112
//
113-
// Defaults to [`ASYNC_PAYMENT_TIMEOUT_RELATIVE_EXPIRY`].
113+
// Defaults to creation time + [`ASYNC_PAYMENT_TIMEOUT_RELATIVE_EXPIRY`].
114114
expiry_time: Duration,
115115
},
116116
Retryable {

0 commit comments

Comments
 (0)