File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
cardano-testnet/src/Testnet/Start Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 7
7
{-# LANGUAGE ScopedTypeVariables #-}
8
8
9
9
module Testnet.Start.Cardano
10
- ( ForkPoint (.. )
11
- , CardanoTestnetCliOptions (.. )
10
+ ( CardanoTestnetCliOptions (.. )
12
11
, CardanoTestnetOptions (.. )
13
12
, extraSpoNodeCliArgs
14
13
, TestnetNodeOptions (.. )
@@ -77,12 +76,6 @@ testnetMinimumConfigurationRequirements (NumPools n) = withFrozenCallStack $
77
76
H. noteShow_ (" Need at least two nodes to run a cluster, but got: " <> show n)
78
77
H. failure
79
78
80
- data ForkPoint
81
- = AtVersion Int
82
- | AtEpoch Int
83
- deriving (Show , Eq , Read )
84
-
85
-
86
79
-- | For an unknown reason, CLI commands are a lot slower on Windows than on Linux and
87
80
-- MacOS. We need to allow a lot more time to set up a testnet.
88
81
startTimeOffsetSeconds :: DTC. NominalDiffTime
You can’t perform that action at this time.
0 commit comments