This commit is contained in:
Daniel Kirchner 2022-12-06 13:48:17 +01:00
parent 2fe9ffb799
commit 40460279b2

View File

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