Skip to content

Commit

Permalink
Update shelley-genesis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 authored and newhoggy committed Oct 22, 2020
1 parent 2d6c664 commit 143b760
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 308 deletions.
6 changes: 3 additions & 3 deletions cardano-cli/src/Cardano/CLI/Shelley/Run/Genesis.hs
Expand Up @@ -63,9 +63,9 @@ renderShelleyGenesisCmdError err =
ShelleyGenesisCmdGenesisFileError fe -> Text.pack $ displayError fe
ShelleyGenesisCmdMismatchedGenesisKeyFiles gfiles dfiles vfiles ->
"Mismatch between the files found:\n"
<> "Genesis key file indexes: " <> textShow gfiles
<> "delegate key file indexes: " <> textShow dfiles
<> "delegate VRF key file indexes: " <> textShow vfiles
<> "Genesis key file indexes: " <> textShow gfiles <> "\n"
<> "Delegate key file indexes: " <> textShow dfiles <> "\n"
<> "Delegate VRF key file indexes: " <> textShow vfiles
ShelleyGenesisCmdFilesNoIndex files ->
"The genesis keys files are expected to have a numeric index but these do not:\n"
<> Text.unlines (map Text.pack files)
Expand Down

0 comments on commit 143b760

Please sign in to comment.