pub const FM_LND_PAYMENT_TIMEOUT_SECS_ENV: &str = "FM_LND_PAYMENT_TIMEOUT_SECS";Expand description
Environment variable that specifies how long (in seconds) LND will keep
trying to route an outgoing payment before giving up. Passed as
timeout_seconds in LND SendPaymentRequest. Must parse as an i32 in the
range [1, 600].