Skip to content

Commit 7a68d1d

Browse files
authored
Merge pull request #6006 from IntersectMBO/smelc/testnet-remove-unused-datatype
cardano-testnet: remove unused ForkPoint datatype
2 parents 371a142 + d518946 commit 7a68d1d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

cardano-testnet/src/Testnet/Start/Cardano.hs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
{-# LANGUAGE ScopedTypeVariables #-}
88

99
module Testnet.Start.Cardano
10-
( ForkPoint(..)
11-
, CardanoTestnetCliOptions(..)
10+
( CardanoTestnetCliOptions(..)
1211
, CardanoTestnetOptions(..)
1312
, extraSpoNodeCliArgs
1413
, TestnetNodeOptions(..)
@@ -77,12 +76,6 @@ testnetMinimumConfigurationRequirements (NumPools n) = withFrozenCallStack $
7776
H.noteShow_ ("Need at least two nodes to run a cluster, but got: " <> show n)
7877
H.failure
7978

80-
data ForkPoint
81-
= AtVersion Int
82-
| AtEpoch Int
83-
deriving (Show, Eq, Read)
84-
85-
8679
-- | For an unknown reason, CLI commands are a lot slower on Windows than on Linux and
8780
-- MacOS. We need to allow a lot more time to set up a testnet.
8881
startTimeOffsetSeconds :: DTC.NominalDiffTime

0 commit comments

Comments
 (0)