From 28ccfc8de31145a69e3c8583b2d2072507e8eaab Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Mon, 20 Mar 2023 17:54:13 +0100 Subject: [PATCH] Add missing ShelleyCompatible instance for praos/conway --- .../src/Ouroboros/Consensus/Cardano/Node.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/ouroboros-consensus-cardano/src/Ouroboros/Consensus/Cardano/Node.hs b/ouroboros-consensus-cardano/src/Ouroboros/Consensus/Cardano/Node.hs index b54d1b9343c..262d238f095 100644 --- a/ouroboros-consensus-cardano/src/Ouroboros/Consensus/Cardano/Node.hs +++ b/ouroboros-consensus-cardano/src/Ouroboros/Consensus/Cardano/Node.hs @@ -156,6 +156,7 @@ import Ouroboros.Consensus.Shelley.Node (MaxMajorProtVer (..), registerInitialFunds, validateGenesis) import Ouroboros.Consensus.Shelley.Node.Common (ShelleyEraWithCrypto, shelleyBlockIssuerVKey, translateShelleyLeaderCredentials) +import Ouroboros.Consensus.Shelley.HFEras() import Cardano.Ledger.Address (BootstrapAddress (..), RewardAcnt (..)) import qualified Cardano.Ledger.BaseTypes as SL