zebra_chain/parameters/network/subsidy/constants/regtest.rs
1//! Regtest-specific constants for block subsidies.
2
3use crate::block::Height;
4
5/// The first halving height in the regtest is at block height `287`.
6pub(crate) const FIRST_HALVING: Height = Height(287);