Skip to content

Commit

Permalink
chore: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
irrun committed Jun 7, 2024
1 parent 9dae362 commit 5d862e2
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 @@ -1345,7 +1345,9 @@ LOOP:
defer waitBidTimer.Stop()
select {
case <-waitBidTimer.C:
log.Info("BidSimulator: wait for the last simulation timeout")
case <-pendingBid.finished:
log.Info("BidSimulator: wait for the last simulation completed")
}
}

Expand Down

0 comments on commit 5d862e2

Please sign in to comment.