Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'lporoli/ticket-161' into bbusa/custom-validator-number
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Sep 14, 2023
2 parents e67dd4d + 64c785e commit 83185c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ def parse_input(input_args):
if result["network_params"]["capella_fork_epoch"] > 0 and result["network_params"]["electra_fork_epoch"] != None:
fail("electra can only happen with capella genesis not bellatrix")

if total_participant_count < 1:
total_participant_count = 1

required_num_validators = 2 * result["network_params"]["slots_per_epoch"]
if required_num_validators > actual_num_validators:
Expand Down

0 comments on commit 83185c1

Please sign in to comment.