Skip to content

Commit

Permalink
Cardano: use the right genesis configs for the shape
Browse files Browse the repository at this point in the history
Unrelated to this PR, but spotted during review. This was forgotten in #2679.
  • Loading branch information
mrBliss committed Nov 13, 2020
1 parent 214c605 commit 05e79a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ protocolInfoCardano protocolParamsByron@ProtocolParamsByron {
shape = History.Shape $ Exactly $
K (Byron.byronEraParams genesisByron)
:* K (Shelley.shelleyEraParams genesisShelley)
:* K (Shelley.shelleyEraParams genesisShelley)
:* K (Shelley.shelleyEraParams genesisShelley)
:* K (Shelley.shelleyEraParams genesisAllegra)
:* K (Shelley.shelleyEraParams genesisMary)
:* Nil

cfg :: TopLevelConfig (CardanoBlock c)
Expand Down

0 comments on commit 05e79a5

Please sign in to comment.