From 4e3b700b86fa66aa4f62027601579e825119f7d7 Mon Sep 17 00:00:00 2001 From: Dmitrii Shmatko Date: Tue, 22 Nov 2022 11:51:10 +0400 Subject: [PATCH] Fix initialization of VERSIONED_HASH_VERSION_KZG --- specs/eip4844/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/eip4844/beacon-chain.md b/specs/eip4844/beacon-chain.md index afab21dca..600793a3f 100644 --- a/specs/eip4844/beacon-chain.md +++ b/specs/eip4844/beacon-chain.md @@ -55,7 +55,7 @@ This upgrade adds blobs to the beacon chain as part of EIP-4844. This is an exte | Name | Value | | - | - | | `BLOB_TX_TYPE` | `uint8(0x05)` | -| `VERSIONED_HASH_VERSION_KZG` | `Bytes1(0x01)` | +| `VERSIONED_HASH_VERSION_KZG` | `Bytes1('0x01')` | ## Preset