mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: alloy 0.4 (#11334)
This commit is contained in:
@ -30,7 +30,7 @@ impl ExecutorMetrics {
|
||||
where
|
||||
F: FnOnce(BlockExecutionInput<'_, BlockWithSenders>) -> R,
|
||||
{
|
||||
let gas_used = input.block.gas_used as u64;
|
||||
let gas_used = input.block.gas_used;
|
||||
|
||||
// Execute the block and record the elapsed time.
|
||||
let execute_start = Instant::now();
|
||||
|
||||
Reference in New Issue
Block a user