Skip to content

Commit

Permalink
remove stored flush id 0 (#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM authored Aug 24, 2023
1 parent f1440a3 commit 5bdc061
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sequencer/finalizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,6 @@ func (f *finalizer) updateProverIdAndFlushId(ctx context.Context) {
if err != nil {
log.Errorf("failed to get stored flush id, Err: %v", err)
} else {
if storedFlushID == 0 && f.lastPendingFlushID != 0 {
f.halt(ctx, fmt.Errorf("storedFlushID is 0. Please check that prover/executor config parameter dbReadOnly is false"))
}
if storedFlushID != f.storedFlushID {
// Check if prover/Executor has been restarted
f.checkIfProverRestarted(proverID)
Expand Down

0 comments on commit 5bdc061

Please sign in to comment.