Skip to content

Commit 10ce1ad

Browse files
committed
moar logs
1 parent 269f902 commit 10ce1ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/tasks/block/sim.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,12 @@ impl Simulator {
139139
let concurrency_limit = self.config.concurrency_limit();
140140

141141
let rollup_env = sim_env.sim_rollup_env(self.constants(), self.ru_provider.clone());
142-
143142
let host_env = sim_env.sim_host_env(self.constants(), self.host_provider.clone());
144143

144+
let ru_number = rollup_env.block().number;
145+
let host_number = host_env.block().number;
146+
debug!(?ru_number, ?host_number, "starting block simulation");
147+
145148
let block_build = BlockBuild::new(
146149
rollup_env,
147150
host_env,

0 commit comments

Comments
 (0)