Skip to content

Commit

Permalink
another param name
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis committed Dec 11, 2024
1 parent f88c255 commit a448e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silkworm/rpc/core/estimate_gas_oracle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class EstimateGasOracle {
Task<intx::uint256> estimate_gas(const Call& call, const silkworm::Block& latest_block, std::optional<BlockNum> block_num_for_gas_limit = {});

protected:
virtual ExecutionResult try_execution(EVMExecutor& executor, const silkworm::Block& _block, const silkworm::Transaction& transaction);
virtual ExecutionResult try_execution(EVMExecutor& executor, const silkworm::Block& block, const silkworm::Transaction& transaction);

private:
void throw_exception(ExecutionResult& result);
Expand Down

0 comments on commit a448e4c

Please sign in to comment.