From 672828d983bd1af750d34e908541a544681e4de4 Mon Sep 17 00:00:00 2001 From: Dmitry Popov Date: Wed, 30 Aug 2023 10:37:21 +0300 Subject: [PATCH] Fix typo Value of second cell is FF, not AA. That was cell `7[FE]` padded to FF. --- docs/develop/data-formats/cell-boc.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/data-formats/cell-boc.mdx b/docs/develop/data-formats/cell-boc.mdx index 1544623d3e..a085ca62a7 100644 --- a/docs/develop/data-formats/cell-boc.mdx +++ b/docs/develop/data-formats/cell-boc.mdx @@ -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 ```