diff --git a/tests/execution-apis b/tests/execution-apis index 7907424..9e16d5e 160000 --- a/tests/execution-apis +++ b/tests/execution-apis @@ -1 +1 @@ -Subproject commit 7907424db935b93c2fe6a3c0faab943adebe8557 +Subproject commit 9e16d5e76a554c733613a2db631130166e2d8725 diff --git a/web3/eth_api_types.nim b/web3/eth_api_types.nim index 9b82166..e6b5ca5 100644 --- a/web3/eth_api_types.nim +++ b/web3/eth_api_types.nim @@ -115,7 +115,6 @@ type nonce*: Opt[Bytes8] mixHash*: Hash32 # hash of the generated proof-of-work. null when its pending block. size*: Quantity # integer the size of this block in bytes. - totalDifficulty*: UInt256 # integer of the total difficulty of the chain until this block. transactions*: seq[TxOrHash] # list of transaction objects, or 32 Bytes transaction hashes depending on the last given parameter. uncles*: seq[Hash32] # list of uncle hashes. baseFeePerGas*: Opt[UInt256] # EIP-1559