Skip to content

Commit d6fa407

Browse files
committed
moar logs
1 parent 10ce1ad commit d6fa407

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tasks/block/sim.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ impl Simulator {
128128
/// A `Result` containing the built block or an error.
129129
#[instrument(skip_all, fields(
130130
tx_count = sim_items.len(),
131-
millis_to_deadline = finish_by.duration_since(Instant::now()).as_millis()
131+
millis_to_deadline = finish_by.duration_since(Instant::now()).as_millis(),
132+
host_block_number = sim_env.rollup_block_number(),
133+
rollup_block_number = sim_env.host_block_number(),
132134
))]
133135
pub async fn handle_build(
134136
&self,

0 commit comments

Comments
 (0)