We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba313d commit 8873ba6Copy full SHA for 8873ba6
packages/ethereum/src/Network/Ethereum/Api/Types.hs
@@ -279,7 +279,7 @@ data BlockT tx = Block
279
-- ^ DATA, 20 Bytes - the address of the beneficiary to whom the mining rewards were given.
280
, blockDifficulty :: !Quantity
281
-- ^ QUANTITY - integer of the difficulty for this block.
282
- , blockTotalDifficulty :: !Quantity
+ , blockTotalDifficulty :: !(Maybe Quantity)
283
-- ^ QUANTITY - integer of the total difficulty of the chain until this block.
284
, blockExtraData :: !HexString
285
-- ^ DATA - the "extra data" field of this block.
0 commit comments