Skip to content

Commit

Permalink
Era types changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Nov 20, 2020
1 parent cd56247 commit d8d5621
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lib/shelley/src/Cardano/Wallet/Shelley/Compatibility.hs
Expand Up @@ -115,7 +115,12 @@ import Cardano.Api.Shelley
import Cardano.Api.Shelley.Genesis
( ShelleyGenesis (..) )
import Cardano.Api.Typed
( AsType (..), NetworkId, Shelley, deserialiseFromRawBytes )
( AsType (..)
, NetworkId
, Shelley
, StandardShelley
, deserialiseFromRawBytes
)
import Cardano.Binary
( fromCBOR, serialize' )
import Cardano.Crypto.Hash.Class
Expand Down Expand Up @@ -208,7 +213,7 @@ import Ouroboros.Consensus.Shelley.Ledger
import Ouroboros.Consensus.Shelley.Ledger.Block
( ShelleyBlock (..) )
import Ouroboros.Consensus.Shelley.Protocol.Crypto
( StandardCrypto, StandardShelley )
( StandardCrypto )
import Ouroboros.Network.Block
( BlockNo (..)
, ChainHash
Expand Down

0 comments on commit d8d5621

Please sign in to comment.