diff --git a/miner/worker.go b/miner/worker.go index 4712e3af75a9..c758b7a002d0 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -1197,7 +1197,7 @@ func (w *worker) commitNewWork(interrupt *int32, noempty bool, timestamp int64) if w.commitBundle(bundleTxs, w.coinbase, interrupt) { return } - w.current.profit.Add(w.current.profit, bundle.totalEth) + w.current.profit.Add(w.current.profit, bundle.ethSentToCoinbase) } if w.flashbots.isMegabundleWorker { megabundle, err := w.eth.TxPool().GetMegabundle(w.flashbots.relayAddr, header.Number, header.Time)