mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(ethereum-forks): remove total difficulty for hardfork check (#13362)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
@ -2261,11 +2261,7 @@ where
|
||||
// };
|
||||
let state_hook = Box::new(|_state: &EvmState| {});
|
||||
|
||||
let output = self.metrics.executor.execute_metered(
|
||||
executor,
|
||||
(&block, U256::MAX).into(),
|
||||
state_hook,
|
||||
)?;
|
||||
let output = self.metrics.executor.execute_metered(executor, &block, state_hook)?;
|
||||
|
||||
trace!(target: "engine::tree", elapsed=?exec_time.elapsed(), ?block_number, "Executed block");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user