mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-25 13:15:44 +00:00
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:
parent
a15edb61bb
commit
101fc481a9
@ -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…
x
Reference in New Issue
Block a user