Skip to content

Commit

Permalink
debug: add more logs2
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Apr 22, 2024
1 parent 8dd0011 commit de99d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miner/worker_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit de99d9e

Please sign in to comment.