[][src]Function grin_core::consensus::secondary_pow_ratio

pub fn secondary_pow_ratio(height: u64) -> u64

Ratio the secondary proof of work should take over the primary, as a function of block height (time). Starts at 90% losing a percent approximately every week. Represented as an integer between 0 and 100.