We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9051f8 commit 20ef217Copy full SHA for 20ef217
lightning/src/ln/channelmanager.rs
@@ -9360,7 +9360,8 @@ pub struct Bolt11InvoiceParameters {
9360
/// [`DEFAULT_EXPIRY_TIME`] by default.
9361
///
9362
/// The creation time used is the duration since the Unix epoch for `std` builds. For non-`std`
9363
- /// builds, the highest block timestamp seen is used instead.
+ /// builds, the highest block timestamp seen is used instead. In the latter case, use a long
9364
+ /// enough expiry to account for the average block time.
9365
pub invoice_expiry_delta_secs: Option<u32>,
9366
9367
/// The minimum `cltv_expiry` for the last HTLC in the route. If not set, will use
0 commit comments