Skip to content

Commit 6238eff

Browse files
authored
miner: remove todo comment (#32389)
see #32372 (comment)
1 parent 40072af commit 6238eff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

miner/worker.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ func totalFees(block *types.Block, receipts []*types.Receipt) *big.Int {
543543
for i, tx := range block.Transactions() {
544544
minerFee, _ := tx.EffectiveGasTip(block.BaseFee())
545545
feesWei.Add(feesWei, new(big.Int).Mul(new(big.Int).SetUint64(receipts[i].GasUsed), minerFee))
546-
// TODO (MariusVanDerWijden) add blob fees
547546
}
548547
return feesWei
549548
}

0 commit comments

Comments
 (0)