mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
hacks
This commit is contained in:
parent
2fe9ffb799
commit
40460279b2
@ -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."
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user