mirror of https://github.com/status-im/nim-eth.git
change targetBlobCount -> targetBlobsPerBlock
This commit is contained in:
parent
660d8e8c40
commit
2dbac0bfab
|
@ -39,7 +39,7 @@ type
|
||||||
excessBlobGas*: Opt[uint64] # EIP-4844
|
excessBlobGas*: Opt[uint64] # EIP-4844
|
||||||
parentBeaconBlockRoot*: Opt[Hash32] # EIP-4788
|
parentBeaconBlockRoot*: Opt[Hash32] # EIP-4788
|
||||||
requestsHash*: Opt[Hash32] # EIP-7685
|
requestsHash*: Opt[Hash32] # EIP-7685
|
||||||
targetBlobCount*: Opt[uint64] # EIP-7742
|
targetBlobsPerBlock*: Opt[uint64] # EIP-7742
|
||||||
|
|
||||||
# starting from EIP-4399, `mixDigest` field is called `prevRandao`
|
# starting from EIP-4399, `mixDigest` field is called `prevRandao`
|
||||||
template prevRandao*(h: Header): Bytes32 =
|
template prevRandao*(h: Header): Bytes32 =
|
||||||
|
|
Loading…
Reference in New Issue