We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8aa214 commit 86b9077Copy full SHA for 86b9077
src/tasks/block/sim.rs
@@ -167,7 +167,7 @@ impl Simulator {
167
168
match self.handle_build(constants, sim_cache, finish_by, block_env.clone()).await {
169
Ok(block) => {
170
- debug!(block = ?block.block_number(), "built block");
+ debug!(block = ?block.block_number(), tx_count = block.transactions().len(), "built block");
171
let _ = submit_sender.send(SimResult { block, env: block_env });
172
}
173
Err(e) => {
0 commit comments