From c64cb473cb4105b010a55d216daf55be24fbcd45 Mon Sep 17 00:00:00 2001 From: Mattew <149158367+MattewGraham@users.noreply.github.com> Date: Fri, 26 Jan 2024 23:23:48 +0800 Subject: [PATCH] Update pubdata.md --- docs/guides/advanced/pubdata.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guides/advanced/pubdata.md b/docs/guides/advanced/pubdata.md index f0e159a8010c..50a568d71636 100644 --- a/docs/guides/advanced/pubdata.md +++ b/docs/guides/advanced/pubdata.md @@ -174,8 +174,7 @@ So the format of the pubdata will be the following: - Then for each `` pair for each initial write: - print key as 32-byte derived key. - packing type as a 1 byte value, which consists of 5 bits to denote the length of the packing and 3 bits to denote - the type of the packing (either `Add`, `Sub`, `Transform` or `NoCompression`). More on it - [below](https://www.notion.so/Pubdata-compression-v1-4b0dd8c151014c8ab96dbd7e66e17599?pvs=21). + the type of the packing (either `Add`, `Sub`, `Transform` or `NoCompression`). - The packed value itself. #### Part 3. Repeated writes