pub const EOS_PANIC_AFTER: u32 = 105;Expand description
The maximum number of days after ESTIMATED_RELEASE_HEIGHT where a Zebra server will run
without halting.
Notes:
- Zebra will exit with a panic if the current tip height is bigger than the
ESTIMATED_RELEASE_HEIGHTplus this number of days. - Currently set to 15 weeks.