Skip to content

Commit 9253e12

Browse files
committed
Formatting
1 parent 83ea5ba commit 9253e12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/eofv0_verkle.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ Such encoding lowers the size overhead from 3.1% to 2.3%.
107107

108108
### Encode only invalid jumpdests (dense encoding)
109109

110-
Alternate option is instead of encoding all valid `JUMPDEST` locations, to only encode invalid ones. By invalid `JUMPDEST` we mean a `0x5b` byte in any pushdata.
110+
Alternate option is instead of encoding all valid `JUMPDEST` locations, to only encode invalid ones.
111+
By invalid `JUMPDEST` we mean a `0x5b` byte in any pushdata.
111112

112113
This is beneficial if our assumption is correct that most contracts only contain a limited number
113114
of offending cases. Our initial analysis suggests this is the case, e.g. Uniswap router has 9 cases,

0 commit comments

Comments
 (0)