Skip to content

Commit

Permalink
constitution-hash: remove from eras
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Oct 13, 2023
1 parent 332351d commit 054001c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions cardano-cli/src/Cardano/CLI/EraBased/Options/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ pQueryCmds era envCli =
$ subParser "protocol-parameters"
$ Opt.info (pQueryProtocolParametersCmd envCli)
$ Opt.progDesc "Get the node's current protocol parameters"
, Just
$ subParser "constitution-hash"
$ Opt.info (pQueryConstitutionHashCmd envCli)
$ Opt.progDesc "Get the constitution hash"
, Just
$ subParser "tip"
$ Opt.info (pQueryTipCmd envCli)
Expand Down Expand Up @@ -127,15 +123,6 @@ pQueryProtocolParametersCmd envCli =
<*> pNetworkId envCli
<*> pMaybeOutputFile

pQueryConstitutionHashCmd :: EnvCli -> Parser (QueryCmds era)
pQueryConstitutionHashCmd envCli =
fmap QueryConstitutionHashCmd $
QueryConstitutionHashCmdArgs
<$> pSocketPath envCli
<*> pConsensusModeParams
<*> pNetworkId envCli
<*> pMaybeOutputFile

pQueryTipCmd :: EnvCli -> Parser (QueryCmds era)
pQueryTipCmd envCli =
fmap QueryTipCmd $
Expand Down

0 comments on commit 054001c

Please sign in to comment.