Corrected wrong hex value in EIP-145

The value `0x100` in test case 16 of the SAR test cases is supposed to mean `0x0100`
This commit is contained in:
Christoph Burgdorf 2018-08-01 13:34:15 +02:00
parent a15edb61bb
commit 101fc481a9

View File

@ -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