Skip to content

Commit 2bc2604

Browse files
mkalininjtraglia
andauthored
Apply suggestions from @jtraglia
Co-authored-by: Justin Traglia <[email protected]>
1 parent 23699f5 commit 2bc2604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/electra/beacon-chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ def is_valid_switch_to_compounding_request(
14261426
if not is_active_validator(source_validator, current_epoch):
14271427
return False
14281428

1429-
# Verify exit for source have not been initiated
1429+
# Verify exit for source has not been initiated
14301430
if source_validator.exit_epoch != FAR_FUTURE_EPOCH:
14311431
return False
14321432

0 commit comments

Comments
 (0)