We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9898c commit 53b9810Copy full SHA for 53b9810
lightning/src/ln/outbound_payment.rs
@@ -110,7 +110,7 @@ pub(crate) enum PendingOutboundPayment {
110
// The deadline as duration since the Unix epoch for the async recipient to come online,
111
// after which we'll fail the payment.
112
//
113
- // Defaults to [`ASYNC_PAYMENT_TIMEOUT_RELATIVE_EXPIRY`].
+ // Defaults to creation time + [`ASYNC_PAYMENT_TIMEOUT_RELATIVE_EXPIRY`].
114
expiry_time: Duration,
115
},
116
Retryable {
0 commit comments