Skip to content

Commit

Permalink
#1760 Remove ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Feb 28, 2024
1 parent 709e6d5 commit 5683b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libevm/LegacyVMCalls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ void LegacyVM::caseCreate() {
}

updateMem( memNeed( initOff, initSize ) );
#ifdef HISTORIC_STATE

// we have calculated gas required. Now we can call ON_OP
ON_OP();
#endif

updateIOGas();

// Clear the return data buffer. This will not free the memory.
Expand Down

0 comments on commit 5683b0a

Please sign in to comment.