Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Apr 16, 2024
1 parent 957e5a2 commit 7ef28e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion silkworm/rpc/core/estimate_gas_oracle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ Task<intx::uint256> EstimateGasOracle::estimate_gas(const Call& call, const silk
result = try_execution(executor, block, transaction);
if (result.success()) {
hi = mid;
std::cout << "OK: " << "\n";
std::cout << "OK: "
<< "\n";
} else {
lo = mid;
if (result.pre_check_error_code && result.pre_check_error_code != PreCheckErrorCode::kIntrinsicGasTooLow) {
Expand Down

0 comments on commit 7ef28e0

Please sign in to comment.