Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sixtysixter committed Jan 18, 2025
1 parent 5e0f939 commit b270920
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions silkworm/rpc/core/evm_trace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,8 @@ void TraceTracer::on_execution_end(const evmc_result& result, const silkworm::In
is_precompile_ = false;
return;
}
if (index_stack_.empty())
return;

auto index = index_stack_.top();
auto start_gas = start_gas_.top();
Expand Down

0 comments on commit b270920

Please sign in to comment.