From 2dbac0bfabf5941af9dfb5490a651ea044140af5 Mon Sep 17 00:00:00 2001 From: jangko Date: Fri, 8 Nov 2024 10:42:30 +0700 Subject: [PATCH] change targetBlobCount -> targetBlobsPerBlock --- eth/common/headers.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/common/headers.nim b/eth/common/headers.nim index b7ed5bc..e14669f 100644 --- a/eth/common/headers.nim +++ b/eth/common/headers.nim @@ -39,7 +39,7 @@ type excessBlobGas*: Opt[uint64] # EIP-4844 parentBeaconBlockRoot*: Opt[Hash32] # EIP-4788 requestsHash*: Opt[Hash32] # EIP-7685 - targetBlobCount*: Opt[uint64] # EIP-7742 + targetBlobsPerBlock*: Opt[uint64] # EIP-7742 # starting from EIP-4399, `mixDigest` field is called `prevRandao` template prevRandao*(h: Header): Bytes32 =