Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 821ac9e

Browse files
authored
Merge pull request #5590 from przemb/issue_5583
Upgrade EVMC to 6.2.2
2 parents c842df6 + 1fc9f0e commit 821ac9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

evmc

Submodule evmc updated from bf7064d to 14d70e4

libevm/EVMC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace
1515
evmc_revision toRevision(EVMSchedule const& _schedule) noexcept
1616
{
1717
if (_schedule.haveCreate2 && !_schedule.eip1283Mode)
18-
return EVMC_CONSTANTINOPLE2;
18+
return EVMC_PETERSBURG;
1919
if (_schedule.haveCreate2 && _schedule.eip1283Mode)
2020
return EVMC_CONSTANTINOPLE;
2121
if (_schedule.haveRevert)

0 commit comments

Comments
 (0)