This commit is contained in:
Daniel Kirchner 2022-12-06 13:48:17 +01:00
parent 5ed7600130
commit 71a860ecf5

View File

@ -148,7 +148,7 @@ void CommonOptions::validate() const
if (enforceGasTest)
{
assertThrow(
evmVersion() == langutil::EVMVersion{},
evmVersion() >= langutil::EVMVersion{},
ConfigException,
"Gas costs can only be enforced on latest evm version."
);