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 dd0cd1d commit 36fc7b8Copy full SHA for 36fc7b8
src/tasks/block/sim.rs
@@ -241,7 +241,7 @@ impl Simulator {
241
error!("block_env channel closed");
242
return;
243
}
244
-
+
245
// If no env, skip this run
246
let Some(block_env) = self.block_env.borrow_and_update().clone() else { return };
247
debug!(block_env = ?block_env, "building on block env");
src/tasks/submit.rs
@@ -382,7 +382,7 @@ impl SubmitTask {
382
let now = std::time::SystemTime::now();
383
now.duration_since(UNIX_EPOCH).unwrap().as_secs()
384
385
386
/// Returns the next host block height.
387
async fn next_host_block_height(&self) -> eyre::Result<u64> {
388
let block_num = self.provider().get_block_number().await?;
0 commit comments