Skip to content

Commit

Permalink
fix: remove autominer
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aranha-cw committed May 14, 2024
1 parent 544b321 commit a04eaef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/eth/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,6 @@ impl Executor {
return Err(e);
}
}

// TODO: remove automine
let miner = self.miner.lock().await;
let block = miner.mine_local().await?;
miner.commit(block).await?;

break tx_execution;
}
}
Expand Down

0 comments on commit a04eaef

Please sign in to comment.