Skip to content

Commit

Permalink
test: add log 1
Browse files Browse the repository at this point in the history
  • Loading branch information
irrun committed Feb 11, 2025
1 parent 46d2f45 commit 18c9eaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,7 @@ LOOP:
err = w.fillTransactionsAndBundles(interruptCh, work, stopTimer)
fillDuration := time.Since(fillStart)
work.duration = fillDuration
log.Debug("test: after fill - 1")
switch {
case errors.Is(err, errBlockInterruptedByNewHead):
// work.discard()
Expand All @@ -1389,6 +1390,7 @@ LOOP:
log.Debug("commitWork finish", "reason", err)
break LOOP
}
log.Debug("test: after fill - 2")

w.bidder.newWork(work)

Expand Down

0 comments on commit 18c9eaf

Please sign in to comment.