Skip to content

Commit

Permalink
miner: remove unused commented code (ethereum#27664)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger authored and MoonShiesty committed Aug 30, 2023
1 parent 3231f9e commit 5e0e19c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -904,11 +904,6 @@ func (w *worker) fillTransactions(interrupt *atomic.Int32, env *environment) err
// Split the pending transactions into locals and remotes
// Fill the block with all available pending transactions.
pending := w.eth.TxPool().Pending(true)
/*blobtxs := w.eth.BlobPool().Pending(
uint256.MustFromBig(env.header.BaseFee),
uint256.MustFromBig(misc.CalcBlobFee(*env.header.ExcessDataGas)),
)
log.Trace("Side-effect log, much wow", "blobs", len(blobtxs))*/

localTxs, remoteTxs := make(map[common.Address][]*types.Transaction), pending
for _, account := range w.eth.TxPool().Locals() {
Expand Down

0 comments on commit 5e0e19c

Please sign in to comment.