Skip to content

Commit

Permalink
fix: ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
irrun committed Feb 11, 2025
1 parent a097972 commit 681c091
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions miner/worker_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ func (w *worker) fillTransactionsAndBundles(interruptCh chan int32, env *environ

// commit bundles
{
var bundles []*types.Bundle
bundles = w.eth.TxPool().PendingBundles(env.header.Number.Uint64(), env.header.Time)
bundles := w.eth.TxPool().PendingBundles(env.header.Number.Uint64(), env.header.Time)

// if no bundles, not necessary to fill transactions
if len(bundles) == 0 {
Expand Down

0 comments on commit 681c091

Please sign in to comment.