Skip to content

Commit

Permalink
cardano-ledger upgrade: NumberOfPools change to Word16
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmayhew committed Dec 10, 2024
1 parent d451d80 commit e9d2b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2907,12 +2907,12 @@ pEpochBoundRetirement =
]
]

pNumberOfPools :: Parser Natural
pNumberOfPools :: Parser Word16
pNumberOfPools =
Opt.option integralReader $
mconcat
[ Opt.long "number-of-pools"
, Opt.metavar "NATURAL"
, Opt.metavar "WORD16"
, Opt.help "Desired number of pools."
]

Expand Down

0 comments on commit e9d2b59

Please sign in to comment.