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