Skip to content

Commit

Permalink
Missing instances added for RawHash.
Browse files Browse the repository at this point in the history
  • Loading branch information
graninas committed Dec 3, 2018
1 parent 430adc7 commit 15acc84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enecuum/Blockchain/Domain/KBlock.hs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ type Difficulty = Int

-- | Hash in raw byte string (not encoded as base64)
newtype RawHash = RawHash { unRawHash :: ByteString }
deriving (Show, Eq, Generic)

data KBlock = KBlock
{ _time :: BlockTime
Expand Down

0 comments on commit 15acc84

Please sign in to comment.