diff --git a/miner/worker_builder.go b/miner/worker_builder.go index 97e77505de..aa57386441 100644 --- a/miner/worker_builder.go +++ b/miner/worker_builder.go @@ -98,6 +98,7 @@ func (w *worker) fillTransactionsAndBundles(interruptCh chan int32, env *environ localBlobTxs[account] = txs } } + log.Info("transactions count", "local_plain", len(localPlainTxs), "remote_plain", len(remotePlainTxs), "local_blob", len(localBlobTxs), "remote_blob", len(remoteBlobTxs)) } // Fill the block with all available pending transactions.