zebra-chain 6.0.2

Core Zcash data structures
Documentation
1
2
3
4
5
6
//! Regtest-specific constants for block subsidies.

use crate::block::Height;

/// The first halving height in the regtest is at block height `287`.
pub(crate) const FIRST_HALVING: Height = Height(287);