Skip to content

Commit

Permalink
experiment (ethereum#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes authored Feb 20, 2021
1 parent c2d0b42 commit 627c8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/sync_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func (s *SyncService) Loop() {
continue
}
log.Debug("Applying transaction", "index", i)
err = s.applyTransaction(tx)
err = s.maybeApplyTransaction(tx)
if err != nil {
log.Error("Cannot apply transaction", "msg", err)
}
Expand Down

0 comments on commit 627c8d7

Please sign in to comment.