We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bab10 commit c9e7499Copy full SHA for c9e7499
cardano-cli/src/Cardano/CLI/EraBased/Options/Query.hs
@@ -507,7 +507,7 @@ pQueryFuturePParamsCmd era envCli = do
507
pure $
508
subParser "future-pparams" $
509
Opt.info (QueryFuturePParamsCmd <$> pQueryNoArgCmdArgs w envCli) $
510
- 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"
511
512
-- TODO Conway: DRep State and DRep Stake Distribution parsers use DRep keys to obtain DRep credentials. This only
513
-- makes use of 'KeyHashObj' constructor of 'Credential kr c'. Should we also support here 'ScriptHashObj'?
0 commit comments