Skip to content

Commit cc7930b

Browse files
committed
disable head rc check on mpt nodes
1 parent 1ff0d01 commit cc7930b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miner/scroll_worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ func (w *worker) mainLoop() {
372372
select {
373373
case <-w.startCh:
374374
idleTimer.UpdateSince(idleStart)
375-
if w.isRunning() {
375+
if w.isRunning() && w.chainConfig.Scroll.UseZktrie {
376376
if err := w.checkHeadRowConsumption(); err != nil {
377377
log.Error("failed to start head checkers", "err", err)
378378
return

0 commit comments

Comments
 (0)