Skip to content

Commit

Permalink
Update ethereum-consensus/src/electra/epoch_processing.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes authored May 6, 2024
1 parent 7a0c596 commit 48d1610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum-consensus/src/electra/epoch_processing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ pub fn process_effective_balance_updates<
for i in 0..state.validators.len() {
let validator = &mut state.validators[i];
let balance = state.balances[i];
let effective_balance_limit = if has_compounding_withdrawal_credential(&validator) {
let effective_balance_limit = if has_compounding_withdrawal_credential(validator) {
MAX_EFFECTIVE_BALANCE_ELECTRA
} else {
MIN_ACTIVATION_BALANCE
Expand Down

0 comments on commit 48d1610

Please sign in to comment.