mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set default EVM version to London.
This commit is contained in:
@@ -102,7 +102,7 @@ private:
|
||||
|
||||
EVMVersion(Version _version): m_version(_version) {}
|
||||
|
||||
Version m_version = Version::Berlin;
|
||||
Version m_version = Version::London;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user