mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
wip
This commit is contained in:
@@ -4,4 +4,4 @@ function f() view returns (uint) {
|
||||
// ====
|
||||
// EVMVersion: >=paris
|
||||
// ----
|
||||
// Warning 8417: (43-59): "difficulty" was renamed and supplanted by "prevrandao" in the VM version paris.
|
||||
// Warning 8417: (46-62): "difficulty" was renamed and supplanted by "prevrandao" in the VM version paris.
|
||||
|
||||
@@ -4,4 +4,4 @@ function f() view returns (uint) {
|
||||
// ====
|
||||
// EVMVersion: <paris
|
||||
// ----
|
||||
// Warning 9432: (43-59): "prevrandao" is not supported by the VM version and will be treated like "difficulty".
|
||||
// Warning 9432: (46-62): "prevrandao" is not supported by the VM version and will be treated like "difficulty".
|
||||
|
||||
Reference in New Issue
Block a user