Skip to content

Commit

Permalink
Review fix
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <[email protected]>
  • Loading branch information
cyc60 committed Sep 7, 2023
1 parent 99be7d0 commit ef9a75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validators/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async def register_validators(keystores: Keystores, deposit_data: DepositData) -
if (
not registry_root
or registry_root != latest_registry_root
or deadline < datetime.now(timezone.utc)
or deadline <= datetime.now(timezone.utc)
):
registry_root = latest_registry_root
deadline = latest_deadline
Expand Down

0 comments on commit ef9a75d

Please sign in to comment.