mirror of https://github.com/status-im/EIPs.git
Merge pull request #1284 from cburgdorf/patch-1
Corrected wrong hex value in EIP-145
This commit is contained in:
commit
a18701f83c
|
@ -348,7 +348,7 @@ The newly introduced instructions have no effect on bytecode created in the past
|
|||
```
|
||||
16. ```
|
||||
PUSH 0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
||||
PUSH 0x100
|
||||
PUSH 0x0100
|
||||
SAR
|
||||
---
|
||||
0x0000000000000000000000000000000000000000000000000000000000000000
|
||||
|
|
Loading…
Reference in New Issue