Skip to content

Commit

Permalink
#1859 added test contract
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Apr 23, 2024
1 parent d702d90 commit 567659f
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::setTopFunctionCall(

void AlethStandardTrace::recordFunctionReturned(
evmc_status_code _status, const vector< uint8_t >& _returnData, uint64_t _gasUsed ) {

// note that m_gas remaining can be less than m_opGas. This happens in case
// of out of gas revert
STATE_CHECK( m_currentlyExecutingFunctionCall )
Expand Down

0 comments on commit 567659f

Please sign in to comment.