File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
test/cardano-api-test/Test/Cardano/Api Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -167,5 +167,5 @@ fromConsensusEraIndex = \case
167
167
AnyCardanoEra BabbageEra
168
168
Consensus. EraIndex (S (S (S (S (S (S (Z (K () )))))))) ->
169
169
AnyCardanoEra ConwayEra
170
- Consensus. EraIndex (S (S (S (S (S (S (S _))))))) ->
171
- AnyCardanoEra DijkstraEra
170
+ Consensus. EraIndex (S (S (S (S (S (S (S _))))))) ->
171
+ AnyCardanoEra DijkstraEra
Original file line number Diff line number Diff line change @@ -207,7 +207,6 @@ import Ouroboros.Network.Block qualified
207
207
import Ouroboros.Network.Protocol.ChainSync.Client qualified as CS
208
208
import Ouroboros.Network.Protocol.ChainSync.ClientPipelined qualified as CSP
209
209
import Ouroboros.Network.Protocol.ChainSync.PipelineDecision
210
- import Test.Cardano.Ledger.Api.Examples.Consensus.Dijkstra
211
210
212
211
import Control.Concurrent
213
212
import Control.DeepSeq
@@ -262,6 +261,8 @@ import Network.Mux qualified as Mux
262
261
import Network.TypedProtocol.Core (Nat (.. ))
263
262
import System.FilePath
264
263
264
+ import Test.Cardano.Ledger.Api.Examples.Consensus.Dijkstra
265
+
265
266
data InitialLedgerStateError
266
267
= -- | Failed to read or parse the network config file.
267
268
ILSEConfigFile Text
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module Test.Cardano.Api.Orphans () where
9
9
import Cardano.Api.Byron
10
10
import Cardano.Api.Key
11
11
12
- -- import Test.Cardano.Crypto.Orphans ()
12
+ -- import Test.Cardano.Crypto.Orphans ()
13
13
14
14
-- Signing Key instances
15
15
You can’t perform that action at this time.
0 commit comments