We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60506b5 commit 0886469Copy full SHA for 0886469
docs/zkEVM/spec/evm-differences.md
@@ -43,7 +43,7 @@ Below is a list of the changes we have made with Opcodes in zkEVM in comparison
43
44
- **SELFDESTRUCT** → removed and replaced by **SENDALL**.
45
46
- - **EXTCODEHASH** → returns the hash of the contract bytecode from the zkEVM state tree without checking if the account is empty.
+ - `EXTCODEHASH` returns the hash of the contract bytecode from the zkEVM state tree without checking if the account is empty.
47
48
- **DIFFICULTY** → returns "0" instead of a random number as in the EVM.
49
0 commit comments