mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8 lines
212 B
Solidity
8 lines
212 B
Solidity
function f() view returns (uint) {
|
|
return block.difficulty;
|
|
}
|
|
// ====
|
|
// EVMVersion: >=paris
|
|
// ----
|
|
// Warning 8417: (43-59): "difficulty" was renamed and supplanted by "prevrandao" in the VM version paris.
|