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 5, 2024
1 parent c0e9691 commit 7ad74a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions miner/bid_simulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ func (b *bidSimulator) SetBestBid(prevBlockHash common.Hash, bid *BidRuntime) {
last.env.discard()
}

log.Info("BidSimulator: set best bid", "number", bid.bid.BlockNumber, "builder", bid.bid.Builder,
"txs", len(bid.env.txs))

b.bestBid[prevBlockHash] = bid
}

Expand Down

0 comments on commit 7ad74a6

Please sign in to comment.