Skip to content

Commit

Permalink
Merge branch '2304-deduplicate-code-in-rpcevmexecutor-and-executionpr…
Browse files Browse the repository at this point in the history
…ocessor' of github.com:erigontech/silkworm into 2304-deduplicate-code-in-rpcevmexecutor-and-executionprocessor
  • Loading branch information
bzawisto committed Sep 27, 2024
2 parents 0e12a87 + c431e73 commit bf2ff38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silkworm/rpc/core/evm_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ ExecutionResult EVMExecutor::call(

const intx::uint512 v0{txn.maximum_gas_cost() + txn.value};
if (!bailout && ibs_state_.get_balance(*txn.sender()) < v0) {
//return convert_validation_result(ValidationResult::kInsufficientFunds, block, txn, *evm);
// return convert_validation_result(ValidationResult::kInsufficientFunds, block, txn, *evm);
}

auto& svc = use_service<AnalysisCacheService>(workers_);
Expand Down

0 comments on commit bf2ff38

Please sign in to comment.