Skip to content

Commit

Permalink
Remove instance
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Sep 24, 2021
1 parent 995a140 commit fc23fd1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ouroboros-network/src/Ouroboros/Network/Block.hs
Expand Up @@ -420,12 +420,6 @@ instance Serialise (HeaderHash block) => Serialise (Point block) where
encode = encodePoint encode
decode = decodePoint decode

instance (Typeable block, Serialise (HeaderHash block)) => FromCBOR (Point block) where
fromCBOR = decodePoint decode

instance (Typeable block, Serialise (HeaderHash block)) => ToCBOR (Point block) where
toCBOR = encodePoint encode

encodeChainHash :: (HeaderHash block -> Encoding)
-> (ChainHash block -> Encoding)
encodeChainHash encodeHash chainHash =
Expand Down

0 comments on commit fc23fd1

Please sign in to comment.