Automatically merged updates to draft EIP(s) 1052

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
This commit is contained in:
gary rong 2018-07-19 19:24:21 +08:00 committed by EIP Automerge Bot
parent 9b3ae42b88
commit a7e495c2c7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Contracts can presently do this using the `EXTCODECOPY` opcode, but this is expe
## Specification
A new opcode, `EXTCODEHASH`, is introduced, with number 0x3D. The `EXTCODEHASH`
A new opcode, `EXTCODEHASH`, is introduced, with number 0x3F. The `EXTCODEHASH`
takes one argument from the stack, zeros the first 96 bits
and pushes to the stack the keccak256 hash of the code of the account
at the address being the remaining 160 bits.