[][src]Constant grin_core::consensus::CUT_THROUGH_HORIZON

pub const CUT_THROUGH_HORIZON: u32

Default number of blocks in the past when cross-block cut-through will start happening. Needs to be long enough to not overlap with a long reorg. Rational behind the value is the longest bitcoin fork was about 30 blocks, so 5h. We add an order of magnitude to be safe and round to 7x24h of blocks to make it easier to reason about.