Skip to content

Commit

Permalink
Merge pull request #2 from irrun/i/mevlog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolly23 committed Jul 11, 2024
2 parents d21f432 + bf4c999 commit 96b6909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miner/bid_simulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ func (b *bidSimulator) simBid(interruptCh chan int32, bidRuntime *BidRuntime) {
if success {
bidRuntime.duration = time.Since(simStart)
bidSimTimer.UpdateSince(simStart)
metrics.GetOrRegisterCounter(fmt.Sprintf("bid/sim/count/%d", bidRuntime.bid.BlockNumber), nil).Inc(1)

// only recommit self bid when newBidCh is empty
if len(b.newBidCh) > 0 {
Expand Down

0 comments on commit 96b6909

Please sign in to comment.