pub const fn votes_needed(threshold: usize, window: usize) -> usize
Expand description
Returns the votes needed for a hard-fork.
ref: https://monero-book.cuprate.org/consensus_rules/hardforks.html#accepting-a-fork
pub const fn votes_needed(threshold: usize, window: usize) -> usize
Returns the votes needed for a hard-fork.
ref: https://monero-book.cuprate.org/consensus_rules/hardforks.html#accepting-a-fork