Skip to content

Commit

Permalink
fix: validator counting (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Dec 22, 2023
1 parent ed3982b commit 698305a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 698305a

Please sign in to comment.