Constant zebrad::components::miner::BLOCK_MINING_WAIT_TIME
source ยท pub const BLOCK_MINING_WAIT_TIME: Duration;
Expand description
How long we wait after mining a block, before expecting a new template.
This should be slightly longer than BLOCK_TEMPLATE_REFRESH_LIMIT
to allow for template
generation.