Skip to main content

MINIMUM_DISTANCE

Constant MINIMUM_DISTANCE 

Source
pub const MINIMUM_DISTANCE: u64 = 64; // 64u64
Expand description

Minimum blocks to retain for receipts and bodies to ensure reorg safety. This prevents pruning data that may be needed when handling chain reorganizations, specifically when canonical_block_by_hash needs to reconstruct ExecutedBlock from disk.