Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Sep 18, 2023
1 parent 5ecdf8b commit 173c4eb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public BeaconStateAccessorsDeneb(
/** <a href="https://eips.ethereum.org/EIPS/eip-7514">EIP-7514: Add Max Epoch Churn Limit</a> */
@Override
public UInt64 getValidatorActivationChurnLimit(final BeaconState state) {
// Return the validator activation churn limit for the current epoch.
return getValidatorChurnLimit(state).min(denebConfig.getMaxPerEpochActivationChurnLimit());
}

Expand Down

0 comments on commit 173c4eb

Please sign in to comment.