This commit is contained in:
Marenz
2022-10-04 19:25:49 +02:00
parent 2dc5435c19
commit 0f08a06046
8 changed files with 42 additions and 48 deletions
@@ -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".