Commit 698305ad authored by Gyanendra Mishra's avatar Gyanendra Mishra Committed by GitHub

fix: validator counting (#425)

parent ed3982b5
......@@ -363,10 +363,6 @@ def parse_network_params(input_args):
):
fail("electra can only happen with capella genesis not bellatrix")
actual_num_validators = (
total_participant_count
* result["network_params"]["num_validator_keys_per_node"]
)
if MIN_VALIDATORS > actual_num_validators:
fail(
"We require at least {0} validators but got {1}".format(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment