From b2e7a4195ef0027d1ceaa88631ba15cea602f236 Mon Sep 17 00:00:00 2001 From: Jimmy Hartzell Date: Mon, 8 Mar 2021 15:18:01 -0500 Subject: [PATCH] test fix --- .../test/Test/Consensus/Cardano/Serialisation.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ouroboros-consensus-cardano-test/test/Test/Consensus/Cardano/Serialisation.hs b/ouroboros-consensus-cardano-test/test/Test/Consensus/Cardano/Serialisation.hs index baeebef92c3..0eca329a3a6 100644 --- a/ouroboros-consensus-cardano-test/test/Test/Consensus/Cardano/Serialisation.hs +++ b/ouroboros-consensus-cardano-test/test/Test/Consensus/Cardano/Serialisation.hs @@ -15,8 +15,6 @@ import Ouroboros.Consensus.Block import Ouroboros.Consensus.Storage.Serialisation import Ouroboros.Consensus.Util (Dict (..)) -import Ouroboros.Consensus.HardFork.Combinator (NestedCtxt_ (..)) - import Ouroboros.Consensus.Byron.Ledger import Ouroboros.Consensus.Byron.Node ()