This commit is contained in:
Daniel Kirchner
2023-01-05 13:06:13 +01:00
parent 2fe9ffb799
commit 40460279b2
+1 -1
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."
);