This commit is contained in:
Daniel Kirchner
2022-12-13 12:59:34 +01:00
parent 5ed7600130
commit 71a860ecf5
+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."
);