change targetBlobCount -> targetBlobsPerBlock

This commit is contained in:
jangko 2024-11-08 10:42:30 +07:00
parent 660d8e8c40
commit 2dbac0bfab
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -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 =