Constant darkfi::validator::pow::DIFFICULTY_WINDOW

source ยท
const DIFFICULTY_WINDOW: usize = 720;
Expand description

Amount of max items(blocks) to use for next difficulty calculation. Must be >= 2 and == BUF_SIZE - DIFFICULTY_LAG.