Skip to content

Commit 632c936

Browse files
committed
Remove stray comments
1 parent 0104d92 commit 632c936

File tree

1 file changed

+0
-14
lines changed
  • cardano-api/test/cardano-api-test/Test/Cardano/Api

1 file changed

+0
-14
lines changed

cardano-api/test/cardano-api-test/Test/Cardano/Api/Orphans.hs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ module Test.Cardano.Api.Orphans () where
88

99
import Cardano.Api.Shelley
1010

11-
-- import Cardano.Crypto.Hash hiding (Hash)
12-
-- import Cardano.Crypto.KES
13-
-- import Cardano.Crypto.Libsodium (SodiumHashAlgorithm)
14-
1511
import Test.Cardano.Crypto.Orphans ()
1612

1713
-- Signing Key instances
@@ -33,13 +29,3 @@ deriving instance Eq (SigningKey GenesisUTxOKey)
3329
deriving instance Eq (SigningKey KesKey)
3430

3531
deriving instance Eq (SigningKey VrfKey)
36-
37-
-- instance
38-
-- -- ( KESAlgorithm d
39-
-- -- , SodiumHashAlgorithm h
40-
-- -- , SizeHash h ~ SeedSizeKES d
41-
-- -- )
42-
-- -- =>
43-
-- Eq (UnsoundPureSignKeyKES v) -- (SumKES h d))
44-
-- where
45-
-- k1 == k2 = rawSerialiseUnsoundPureSignKeyKES k1 == rawSerialiseUnsoundPureSignKeyKES k2

0 commit comments

Comments
 (0)