docs: remove outdated gas metrics TODO (#20631)

This commit is contained in:
forkfury
2025-12-24 18:53:50 +01:00
committed by GitHub
parent 5fce0fea5e
commit 150fd62bab

View File

@@ -118,8 +118,6 @@ where
results.push(executor.execute_one(&block)?);
execution_duration += execute_start.elapsed();
// TODO(alexey): report gas metrics using `block.header.gas_used`
// Seal the block back and save it
blocks.push(block);
// Check if we should commit now