Skip to content

Commit

Permalink
refactor: evm reader
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Oct 10, 2024
1 parent 033f248 commit 0a64b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/evmreader/claim.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (r *EvmReader) readAndUpdateClaims(
"error", err)
continue APP_LOOP
}
if len(previousEpochs) > 0 {
if len(previousEpochs) == 0 { // FIXME review this condition
slog.Error("Application got 'not accepted' claims. It is in an invalid state",
"app", app)
continue APP_LOOP
Expand Down

0 comments on commit 0a64b1d

Please sign in to comment.