pub const MAX_TIMESTAMP: u64 = (1 << TIMESTAMP_BITS) - 1; // 34_359_738_367u64
Expand description

The maximum timestamp as Duration::as_secs since the Unix epoch allowed by [BOLT 11].