reth icon indicating copy to clipboard operation
reth copied to clipboard

refactor: extract gas calculation logic in re-execute command

Open andrewshab3 opened this issue 2 weeks ago • 2 comments
trafficstars

Overview

Refactors duplicated gas calculation logic in the re-execute command by extracting it into a reusable helper closure.

Why?

  • Eliminates code duplication
  • Improves maintainability - single source for gas calculation

andrewshab3 avatar Nov 06 '25 21:11 andrewshab3