Skip to content

Commit

Permalink
Rename runGovernanceDrepRetirementCertificateCmd to runGovernanceDRep…
Browse files Browse the repository at this point in the history
…RetirementCertificateCmd
  • Loading branch information
newhoggy committed Nov 2, 2023
1 parent 3f3bf27 commit 3cb4c09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cardano-cli/src/Cardano/CLI/EraBased/Run/Governance/DRep.hs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runGovernanceDRepCmds = \case
& firstExceptT CmdRegistrationError

GovernanceDRepRetirementCertificateCmd w vkeyOrHashOrFile deposit outFp ->
runGovernanceDrepRetirementCertificateCmd w vkeyOrHashOrFile deposit outFp
runGovernanceDRepRetirementCertificateCmd w vkeyOrHashOrFile deposit outFp
& firstExceptT CmdGovernanceCmdError

GovernanceDRepMetadataHashCmd _ inFp mOutFp ->
Expand Down Expand Up @@ -116,13 +116,13 @@ runGovernanceDRepRegistrationCertificateCmd cOnwards drepKOrHOrF deposit anchor
$ conwayEraOnwardsConstraints cOnwards
$ textEnvelopeToJSON description registrationCert

runGovernanceDrepRetirementCertificateCmd :: ()
runGovernanceDRepRetirementCertificateCmd :: ()
=> ConwayEraOnwards era
-> VerificationKeyOrHashOrFile DRepKey
-> Lovelace
-> File () 'Out
-> ExceptT GovernanceCmdError IO ()
runGovernanceDrepRetirementCertificateCmd w vKeyOrHashOrFile deposit outFile =
runGovernanceDRepRetirementCertificateCmd w vKeyOrHashOrFile deposit outFile =
conwayEraOnwardsConstraints w $ do
DRepKeyHash drepKeyHash <- firstExceptT GovernanceCmdKeyReadError
. newExceptT
Expand Down

0 comments on commit 3cb4c09

Please sign in to comment.