Skip to content

Commit

Permalink
Update Types.hs (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescrain authored Oct 25, 2024
1 parent 8ba313d commit 8873ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethereum/src/Network/Ethereum/Api/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ data BlockT tx = Block
-- ^ DATA, 20 Bytes - the address of the beneficiary to whom the mining rewards were given.
, blockDifficulty :: !Quantity
-- ^ QUANTITY - integer of the difficulty for this block.
, blockTotalDifficulty :: !Quantity
, blockTotalDifficulty :: !(Maybe Quantity)
-- ^ QUANTITY - integer of the total difficulty of the chain until this block.
, blockExtraData :: !HexString
-- ^ DATA - the "extra data" field of this block.
Expand Down

0 comments on commit 8873ba6

Please sign in to comment.