mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 23:49:54 +00:00
Apply suggestions from @jtraglia
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
This commit is contained in:
parent
23699f596d
commit
2bc2604706
@ -1426,7 +1426,7 @@ def is_valid_switch_to_compounding_request(
|
||||
if not is_active_validator(source_validator, current_epoch):
|
||||
return False
|
||||
|
||||
# Verify exit for source have not been initiated
|
||||
# Verify exit for source has not been initiated
|
||||
if source_validator.exit_epoch != FAR_FUTURE_EPOCH:
|
||||
return False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user