Skip to content

Commit

Permalink
debug: add more logs5
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Apr 23, 2024
1 parent 9058649 commit 199cadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/worker_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (w *worker) fillTransactionsAndBundles(interruptCh chan int32, env *environ
filter.OnlyPlainTxs, filter.OnlyBlobTxs = false, true
pendingBlobTxs := w.eth.TxPool().Pending(filter)

log.Info("pending tx count", "plain", len(pendingPlainTxs), "blob", len(pendingBlobTxs))
log.Info("pending tx count", "tip", tip, "plain", len(pendingPlainTxs), "blob", len(pendingBlobTxs))

// Split the pending transactions into locals and remotes
// Fill the block with all available pending transactions.
Expand Down

0 comments on commit 199cadd

Please sign in to comment.