From 502402b55fe656f822d8997f044d9d7190d9d4fc Mon Sep 17 00:00:00 2001 From: kira Date: Thu, 25 Jul 2024 03:40:40 +0530 Subject: [PATCH] nit: word Co-authored-by: rahul <10168946+raxhvl@users.noreply.github.com> --- docs/wiki/CL/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/CL/overview.md b/docs/wiki/CL/overview.md index e541719e..4f431b81 100644 --- a/docs/wiki/CL/overview.md +++ b/docs/wiki/CL/overview.md @@ -39,7 +39,7 @@ The basic element of a blockchain is the block. A block contains a set of transa - Post-Merge Beacon Chain blocks also include the execution payload (user transactions). - After [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844)(Deneb upgrade), blocks now also contain commitments to opaque data blobs alongside user transactions. -Except for the Genesis block, each block builds on and points to a parent block, forming a chain of blocks: a blockchain. The goal is for all nodes on the network to agree on the same blockchain history. +Except for the Genesis block, each block builds on and points to a parent block, forming a chain of blocks: a blockchain. The goal is for all nodes on the network to agree on the same canonical blockchain history.