Apply suggestions from @jtraglia

Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
This commit is contained in:
Mikhail Kalinin 2024-09-27 11:02:22 +04:00 committed by GitHub
parent 23699f596d
commit 2bc2604706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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