Function cumulus_primitives_core::relay_chain::v8::byzantine_threshold
pub const fn byzantine_threshold(n: usize) -> usize
Expand description
The maximum number of validators f
which may safely be faulty.
The total number of validators is n = 3f + e
where e in { 1, 2, 3 }
.