Skip to content

Commit 86b9077

Browse files
committed
another log
1 parent a8aa214 commit 86b9077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/block/sim.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ impl Simulator {
167167

168168
match self.handle_build(constants, sim_cache, finish_by, block_env.clone()).await {
169169
Ok(block) => {
170-
debug!(block = ?block.block_number(), "built block");
170+
debug!(block = ?block.block_number(), tx_count = block.transactions().len(), "built block");
171171
let _ = submit_sender.send(SimResult { block, env: block_env });
172172
}
173173
Err(e) => {

0 commit comments

Comments
 (0)