diff --git a/miner/worker.go b/miner/worker.go index d44187f928..37f458693e 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -1142,7 +1142,9 @@ LOOP: log.Debug("commitWork abort", "err", err) return case errors.Is(err, errBlockInterruptedByRecommit): + fallthrough case errors.Is(err, errBlockInterruptedByTimeout): + fallthrough case errors.Is(err, errBlockInterruptedByOutOfGas): // break the loop to get the best work log.Debug("commitWork finish", "reason", err)