Skip to content

Commit

Permalink
Merge branch 'main' into genesis-validator-count
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Dec 22, 2023
2 parents 8a4d71b + 698305a commit 61b3444
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 @@ -366,10 +366,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 61b3444

Please sign in to comment.