From 8be926dd6855b1bc29d4cdcfa0f4134ca332b557 Mon Sep 17 00:00:00 2001 From: Michael Silberling <4006780+MSilb7@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:33:58 -0500 Subject: [PATCH] Add buffer for extra data --- specs/protocol/exec-engine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/protocol/exec-engine.md b/specs/protocol/exec-engine.md index 29d05c831..694be5eb4 100644 --- a/specs/protocol/exec-engine.md +++ b/specs/protocol/exec-engine.md @@ -164,7 +164,7 @@ Where: header of the latest registered L1 origin block. Conceptually what the above function captures is the formula below, where `compressedTxSize = -(zeroes*4 + ones*16) / 16` can be thought of as a rough approximation of how many bytes the +(zeroes*4 + ones*16 + 68*16) / 16` can be thought of as a rough approximation of how many bytes the transaction occupies in a compressed batch. `(compressedTxSize) * (16*l1BaseFee*lBaseFeeScalar + l1BlobBaseFee*l1BlobBaseFeeScalar) / 1e6`