We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eda70c commit 747a5a7Copy full SHA for 747a5a7
specs/electra/beacon-chain.md
@@ -1437,7 +1437,8 @@ def process_consolidation_request(
1437
# Churn any target excess active balance of target and raise its max
1438
if has_eth1_withdrawal_credential(target_validator):
1439
state.validators[target_index].withdrawal_credentials = (
1440
- COMPOUNDING_WITHDRAWAL_PREFIX + target_validator.withdrawal_credentials[1:])
+ COMPOUNDING_WITHDRAWAL_PREFIX + target_validator.withdrawal_credentials[1:]
1441
+ )
1442
queue_excess_active_balance(state, target_index)
1443
1444
# Verify that source != target, so a consolidation cannot be used as an exit.
0 commit comments