From eca7237b275bf492003c5eb1f7019aa7ee11e1f3 Mon Sep 17 00:00:00 2001 From: Ben Edgington Date: Wed, 13 Apr 2022 15:04:55 +0100 Subject: [PATCH] Correct typo: BLSCommitment -> KZGCommitment The consensus chain counterpart to https://github.com/ethereum/EIPs/pull/4992. The same comment from there applies here as well. --- 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 4caa91ead..bbe023bdc 100644 --- a/specs/eip4844/beacon-chain.md +++ b/specs/eip4844/beacon-chain.md @@ -70,7 +70,7 @@ but reusing the `mainnet` settings in public networks is a critical security req | Name | Value | | - | - | | `KZG_SETUP_G2` | `Vector[G2Point, FIELD_ELEMENTS_PER_BLOB]`, contents TBD | -| `KZG_SETUP_LAGRANGE` | `Vector[BLSCommitment, FIELD_ELEMENTS_PER_BLOB]`, contents TBD | +| `KZG_SETUP_LAGRANGE` | `Vector[KZGCommitment, FIELD_ELEMENTS_PER_BLOB]`, contents TBD | ## Configuration