fix extra_bytes definition and keep block_hash consistent with spec

This commit is contained in:
Dustin Brody 2021-10-22 11:39:01 +00:00
parent 9bf424a6ef
commit 16ae908e49
No known key found for this signature in database
GPG Key ID: 3D7A11A0156519DC
1 changed files with 2 additions and 2 deletions

View File

@ -208,11 +208,11 @@ type
receiptRoot*: BlockHash
logsBloom*: FixedBytes[256]
random*: FixedBytes[32]
blockNumber*: UInt256
blockNumber*: Quantity
gasLimit*: Quantity
gasUsed*: Quantity
timestamp*: Quantity
extraData*: DynamicBytes[32, 32]
extraData*: DynamicBytes[0, 32]
baseFeePerGas*: UInt256
blockHash*: BlockHash
transactions*: seq[TypedTransaction]