Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Value of second cell is FF, not AA. That was cell `7[FE]` padded to FF.
  • Loading branch information
justdmitry authored Aug 30, 2023
1 parent 6d774f6 commit 672828d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/data-formats/cell-boc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Now let's add the refs indexes:
And put it all together:
```json
0201 C0 0201
0101 AA 02
0101 FF 02
0006 0AAAAA
```

Expand Down

0 comments on commit 672828d

Please sign in to comment.