Constant zebra_state::service::check::difficulty::POW_ADJUSTMENT_BLOCK_SPAN
source · pub const POW_ADJUSTMENT_BLOCK_SPAN: usize = _; // 28usize
Expand description
The overall block span used for adjusting Zcash block difficulty.
PoWAveragingWindow + PoWMedianBlockSpan
in the Zcash specification based on
ActualTimespan(height : N) := MedianTime(height) − MedianTime(height − PoWAveragingWindow)