Constant zebra_chain::parameters::network::subsidy::BLOSSOM_POW_TARGET_SPACING_RATIO
source ยท pub const BLOSSOM_POW_TARGET_SPACING_RATIO: u32 = 2;
Expand description
Used as a multiplier to get the new halving interval after Blossom.
Calculated as PRE_BLOSSOM_POW_TARGET_SPACING / POST_BLOSSOM_POW_TARGET_SPACING
in the Zcash specification.