Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sixtysixter committed Jan 21, 2025
1 parent 866b9cd commit 29bc32c
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;

if (index_stack_.empty()) {
return;
Expand Down

0 comments on commit 29bc32c

Please sign in to comment.