mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-29 13:35:38 +00:00
4187eb1959
There's only one call left to `refundGas(Transaction, ...)`, and the similarity to the tail of `rpcEstimateGas` is obvious. Gather this into `call_evm`: `refundGas` -> `txRefundGas`. Signed-off-by: Jamie Lokier <jamie@shareable.org>