Skip to content

Commit

Permalink
Delete TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Oct 11, 2023
1 parent cd7ad36 commit 3f7cf27
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import Data.Text (Text)
data GovernanceCommitteeCmds era
= GovernanceCommitteeKeyGenColdCmd (GovernanceCommitteeKeyGenColdCmdArgs era)
| GovernanceCommitteeKeyGenHotCmd (GovernanceCommitteeKeyGenHotCmdArgs era)
| GovernanceCommitteeKeyHashCmd (GovernanceCommitteeKeyHashCmdArgs era) -- TODO to be moved under the top-level command group "key"
| GovernanceCommitteeCreateHotKeyAuthorizationCertificateCmd (GovernanceCommitteeCreateHotKeyAuthorizationCertificateCmdArgs era) -- TODO to be moved under the top-level command group "key"
| GovernanceCommitteeKeyHashCmd (GovernanceCommitteeKeyHashCmdArgs era)
| GovernanceCommitteeCreateHotKeyAuthorizationCertificateCmd (GovernanceCommitteeCreateHotKeyAuthorizationCertificateCmdArgs era)
| GovernanceCommitteeCreateColdKeyResignationCertificateCmd (GovernanceCommitteeCreateColdKeyResignationCertificateCmdArgs era)
deriving Show

Expand All @@ -41,14 +41,12 @@ data GovernanceCommitteeKeyGenHotCmdArgs era =
, skeyOutFile :: !(File (SigningKey ()) Out)
} deriving Show

-- TODO to be moved under the top-level command group "key"
data GovernanceCommitteeKeyHashCmdArgs era =
GovernanceCommitteeKeyHashCmdArgs
{ eon :: !(ConwayEraOnwards era)
, vkeySource :: !AnyVerificationKeySource
} deriving Show

-- TODO to be moved under the top-level command group "key"
data GovernanceCommitteeCreateHotKeyAuthorizationCertificateCmdArgs era =
GovernanceCommitteeCreateHotKeyAuthorizationCertificateCmdArgs
{ eon :: !(ConwayEraOnwards era)
Expand Down

0 comments on commit 3f7cf27

Please sign in to comment.