Skip to content

Commit efa90ba

Browse files
authored
Merge pull request #8071 from ethosdev/patch-2
Fix DIFFICULTY opcode with PREVRANDAO
2 parents 2312a48 + 97a34da commit efa90ba

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/evm/opcodes

1 file changed

+1
-1
lines changed

src/content/developers/docs/evm/opcodes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For operations with dynamic gas costs, see [gas.md](https://github.com/wolflo/ev
6767
| 41 | COINBASE | 2 | `.` | `block.coinbase` | | address of miner of current block |
6868
| 42 | TIMESTAMP | 2 | `.` | `block.timestamp` | | timestamp of current block |
6969
| 43 | NUMBER | 2 | `.` | `block.number` | | number of current block |
70-
| 44 | DIFFICULTY | 2 | `.` | `block.difficulty` | | difficulty of current block |
70+
| 44 | PREVRANDAO | 2 | `.` | `randomness beacon` | | randomness beacon |
7171
| 45 | GASLIMIT | 2 | `.` | `block.gaslimit` | | gas limit of current block |
7272
| 46 | CHAINID | 2 | `.` | `chain_id` | | push current [chain id](https://eips.ethereum.org/EIPS/eip-155) onto stack |
7373
| 47 | SELFBALANCE | 5 | `.` | `address(this).balance` | | balance of executing contract, in wei |

0 commit comments

Comments
 (0)