pub const LNV1_INCOMING_HTLC_ADVERTISED_EXPIRY_DELTA: u16 = 144;Expand description
Route-hint CLTV delta advertised in newly created LNv1 invoices.
Deliberately larger than the enforced
LNV1_INCOMING_HTLC_EXPIRY_SAFETY_MARGIN: new invoices reserve enough
time for federation funding, threshold decryption, Lightning settlement,
and on-chain recovery, so a future release can raise enforcement to this
value without breaking payments.