Skip to content

Commit

Permalink
#1750 multiple transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Jan 12, 2024
1 parent 67ba4c0 commit fce9fcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libhistoric/AlethStandardTrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ void AlethStandardTrace::recordFunctionReturned(

// the getter functions are called by printer classes after the trace has been generated
const shared_ptr< FunctionCallRecord >& AlethStandardTrace::getTopFunctionCall() const {
STATE_CHECK( m_isFinalized )
return m_topFunctionCall;
}

Expand Down

0 comments on commit fce9fcb

Please sign in to comment.