Skip to content

Commit

Permalink
Update cardano-cli/src/Cardano/CLI/EraBased/Options/Query.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Hurlin <[email protected]>
  • Loading branch information
CarlosLopezDeLara and smelc committed Jan 29, 2025
1 parent c18bf91 commit 5a433b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Options/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ pQueryFuturePParamsCmd era envCli = do
pure $
subParser "future-pparams" $
Opt.info (QueryFuturePParamsCmd <$> pQueryNoArgCmdArgs w envCli) $
Opt.progDesc "Get the protocol parameters that apply at the next epoch"
Opt.progDesc "Get the protocol parameters that will apply at the next epoch"

-- TODO Conway: DRep State and DRep Stake Distribution parsers use DRep keys to obtain DRep credentials. This only
-- makes use of 'KeyHashObj' constructor of 'Credential kr c'. Should we also support here 'ScriptHashObj'?
Expand Down

0 comments on commit 5a433b1

Please sign in to comment.