Skip to main content

MAX_INVOICE_EXPIRY_SECS

Constant MAX_INVOICE_EXPIRY_SECS 

Source
pub const MAX_INVOICE_EXPIRY_SECS: u32 = _; // 86_400u32
Expand description

The maximum invoice expiry a client may request via create_bolt11_invoice. Bounding the expiry bounds the lifetime of both the hold invoice created on the gateway’s Lightning node and the incoming contract record in the gateway’s database.