Skip to content

Commit

Permalink
fix rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-aouadi committed Apr 15, 2024
1 parent e8656f8 commit 43422c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ static SpecConfigElectra required(final SpecConfig specConfig) {

int getMaxExecutionLayerExits();

int getMaxAttesterSlashingsElectra();

int getMaxAttestationsElectra();

@Override
Optional<SpecConfigElectra> toVersionElectra();
}
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,6 @@ public UInt64 getMaxPerEpochActivationExitChurnLimit() {
return maxPerEpochActivationExitChurnLimit;
}

@Override
public int getMaxValidatorsPerAttestation() {
return getMaxValidatorsPerCommittee() * getMaxCommitteesPerSlot();
}

@Override
public Optional<SpecConfigElectra> toVersionElectra() {
return Optional.of(this);
Expand Down

0 comments on commit 43422c1

Please sign in to comment.