Function cumulus_primitives_core::relay_chain::v2::byzantine_threshold
source · 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 }
.