Skip to content

Commit

Permalink
test: allow to test verifier on RC
Browse files Browse the repository at this point in the history
  • Loading branch information
leoni-q committed Apr 26, 2024
1 parent 5d1bae4 commit 09beb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/modules/snapshots/finalized/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def create_finalized_epoch_snapshot() -> int | None:
try:
context = state_context(EpochState.FINALIZING)
context = state_context(EpochState.PENDING)
except InvalidEpoch:
return None
services: FinalizingServices = get_services(EpochState.FINALIZING)
Expand Down

0 comments on commit 09beb55

Please sign in to comment.