Skip to content

Commit 4ee7ce4

Browse files
committed
add debug info 1
1 parent 8ac2515 commit 4ee7ce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

miner/scroll_worker.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ func (w *worker) mainLoop() {
400400
case <-w.current.deadlineCh():
401401
idleTimer.UpdateSince(idleStart)
402402
w.current.deadlineReached = true
403+
log.Info("the current work deadline reached", "number", w.current.header.Number, "txs", len(w.current.txs))
403404
if len(w.current.txs) > 0 {
404405
_, err = w.commit()
405406
} else if w.config.AllowEmpty {

0 commit comments

Comments
 (0)