Skip to content

Commit

Permalink
Corrected wrong hex value in EIP-145
Browse files Browse the repository at this point in the history
The value `0x100` in test case 16 of the SAR test cases is supposed to mean `0x0100`
  • Loading branch information
cburgdorf committed Sep 20, 2018
1 parent a15edb6 commit 101fc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-145.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 101fc48

Please sign in to comment.