Skip to content

Commit 8873ba6

Browse files
authored
Update Types.hs (#142)
1 parent 8ba313d commit 8873ba6

File tree

1 file changed

+1
-1
lines changed
  • packages/ethereum/src/Network/Ethereum/Api

1 file changed

+1
-1
lines changed

Diff for: packages/ethereum/src/Network/Ethereum/Api/Types.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ data BlockT tx = Block
279279
-- ^ DATA, 20 Bytes - the address of the beneficiary to whom the mining rewards were given.
280280
, blockDifficulty :: !Quantity
281281
-- ^ QUANTITY - integer of the difficulty for this block.
282-
, blockTotalDifficulty :: !Quantity
282+
, blockTotalDifficulty :: !(Maybe Quantity)
283283
-- ^ QUANTITY - integer of the total difficulty of the chain until this block.
284284
, blockExtraData :: !HexString
285285
-- ^ DATA - the "extra data" field of this block.

0 commit comments

Comments
 (0)