Skip to content

Commit 747a5a7

Browse files
mkalinindapplion
andauthored
Apply suggestions from @dapplion
Co-authored-by: Lion - dapplion <[email protected]>
1 parent 0eda70c commit 747a5a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specs/electra/beacon-chain.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,8 @@ def process_consolidation_request(
14371437
# Churn any target excess active balance of target and raise its max
14381438
if has_eth1_withdrawal_credential(target_validator):
14391439
state.validators[target_index].withdrawal_credentials = (
1440-
COMPOUNDING_WITHDRAWAL_PREFIX + target_validator.withdrawal_credentials[1:])
1440+
COMPOUNDING_WITHDRAWAL_PREFIX + target_validator.withdrawal_credentials[1:]
1441+
)
14411442
queue_excess_active_balance(state, target_index)
14421443

14431444
# Verify that source != target, so a consolidation cannot be used as an exit.

0 commit comments

Comments
 (0)