Skip to content

Commit

Permalink
#1751 case where no contract is called
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Jan 16, 2024
1 parent fb7493b commit bce8a66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libhistoric/CallTracePrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ void CallTracePrinter::print(
if ( !topFunctionCallRecord ) {
// no bytecodes were executed
printTransferTrace( _jsonTrace );
return;
} else {
topFunctionCallRecord->printTrace( _jsonTrace, 0, m_trace.getOptions() );
}
Expand Down

0 comments on commit bce8a66

Please sign in to comment.