Skip to content

Commit

Permalink
Revert "Export HasKeyRole's coerceKeyRole function"
Browse files Browse the repository at this point in the history
This reverts commit 450fc00.
  • Loading branch information
smelc committed Dec 12, 2024
1 parent 76fba1c commit 4d7fa4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cardano-api/internal/Cardano/Api/Certificate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ import Cardano.Api.Value

import Cardano.Ledger.BaseTypes (strictMaybe)
import qualified Cardano.Ledger.Coin as L
import qualified Cardano.Ledger.Keys as Ledger

import Control.Monad.Except (MonadError (..))
import Data.ByteString (ByteString)
Expand Down
4 changes: 2 additions & 2 deletions cardano-api/internal/Cardano/Api/ReexposeLedger.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Cardano.Api.ReexposeLedger
, hashVerKeyVRF
, hashWithSerialiser
, PoolParams (..)
, HasKeyRole (..)
, HasKeyRole
, MIRPot (..)
, MIRTarget (..)
, MIRCert (..)
Expand Down Expand Up @@ -221,7 +221,7 @@ import Cardano.Ledger.Core (Era (..), EraPParams (..), EraTxOut, PPara
import Cardano.Ledger.Credential (Credential (..), credToText)
import Cardano.Ledger.Crypto (ADDRHASH, Crypto, StandardCrypto)
import Cardano.Ledger.DRep (DRep (..), drepAnchorL, drepDepositL, drepExpiryL)
import Cardano.Ledger.Keys (HasKeyRole (..), KeyHash (..), KeyRole (..), VKey (..),
import Cardano.Ledger.Keys (HasKeyRole, KeyHash (..), KeyRole (..), VKey (..),
hashWithSerialiser)
import Cardano.Ledger.Plutus.Data (Data (..), unData)
import Cardano.Ledger.Plutus.Language (Language, Plutus, languageToText, plutusBinary)
Expand Down

0 comments on commit 4d7fa4f

Please sign in to comment.