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 21332f9 commit 0498aaeCopy full SHA for 0498aae
src/tasks/block/sim.rs
@@ -153,7 +153,7 @@ impl Simulator {
153
error!("block_env channel closed");
154
return;
155
}
156
-
+
157
// If no env, skip this run
158
let Some(block_env) = self.block_env.borrow_and_update().clone() else { return };
159
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