Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Mar 7, 2023
1 parent 92a5cd9 commit 9d8de02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cardano-cli/src/Cardano/CLI/Shelley/Run/Genesis.hs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ import Ouroboros.Consensus.Shelley.Node (ShelleyGenesisStaking (..))
import qualified Cardano.Ledger.Alonzo.Genesis as Alonzo
import qualified Cardano.Ledger.BaseTypes as Ledger
import Cardano.Ledger.Coin (Coin (..))
import Cardano.Ledger.Conway.Genesis ()
import qualified Cardano.Ledger.Conway.Genesis as Conway
import Cardano.Ledger.Crypto ()
import qualified Cardano.Ledger.Keys as Ledger
import qualified Cardano.Ledger.Shelley.API as Ledger
import qualified Cardano.Ledger.Shelley.PParams as Shelley
Expand Down Expand Up @@ -445,7 +447,6 @@ runGenesisCreate (GenesisDir rootdir)
deldir = rootdir </> "delegate-keys"
utxodir = rootdir </> "utxo-keys"


toSKeyJSON :: Key a => SigningKey a -> ByteString
toSKeyJSON = LBS.toStrict . textEnvelopeToJSON Nothing

Expand Down

0 comments on commit 9d8de02

Please sign in to comment.