Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Apr 25, 2024
1 parent 3fedb89 commit 5524fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/eofv0_verkle.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ In *scheme 1*, for each entry in `invalid_jumpdests`:
- For skip-mode:
- 10-bit number of chunks to skip
- For value-mode:
- 6-bit `first_instruction_offest`
- 6-bit `first_instruction_offset`

Worst case encoding where each chunk contains an invalid `JUMPDEST`:
```
Expand All @@ -144,7 +144,7 @@ number_of_verkle_leafs = total_chunk_count / 32 = 21
- 10-bit number of chunks to skip
- For value-mode:
- 4-bit number of chunks to skip
- 6-bit `first_instruction_offest`
- 6-bit `first_instruction_offset`

Worst case encoding:
```
Expand Down

0 comments on commit 5524fbb

Please sign in to comment.