Skip to content

Commit

Permalink
Merge #4485
Browse files Browse the repository at this point in the history
4485: Switch default era to Babbage r=Jimbo4350 a=newhoggy

Code changes required for #4151

Co-authored-by: John Ky <john.ky@iohk.io>
  • Loading branch information
iohk-bors[bot] and newhoggy committed Sep 28, 2022
2 parents e7145a4 + 86a23a7 commit dbca757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/Shelley/Parsers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2062,7 +2062,7 @@ pCardanoEra = asum
<> Opt.help "Specify the Babbage era"
)
-- Default for now:
, pure (AnyCardanoEra AlonzoEra)
, pure (AnyCardanoEra BabbageEra)
]

pTxIn :: BalanceTxExecUnits
Expand Down

0 comments on commit dbca757

Please sign in to comment.