Skip to content

Commit

Permalink
Remove "without signing" comment from generateVoteFiles and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Apr 30, 2024
1 parent 6fe90b4 commit 151d387
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions cardano-testnet/src/Testnet/Components/SPO.hs
Original file line number Diff line number Diff line change
Expand Up @@ -406,17 +406,16 @@ registerSingleSpo identifier tap@(TmpAbsolutePath tempAbsPath') nodeConfigFile s
currentRegistedPoolsJson
return (poolId, poolColdSkeyFp, poolColdVkeyFp, vrfSkeyFp, vrfVkeyFp)

-- | Generates Stake Pool Operator (SPO) voting files (without signing)
-- using @cardano-cli@.
--
-- | Generates Stake Pool Operator (SPO) voting files, using @cardano-cli@.
--
-- Returns a list of generated @File VoteFile In@ representing the paths to
-- the generated voting files.
generateVoteFiles :: (MonadTest m, MonadIO m, MonadCatch m)
=> ConwayEraOnwards era -- ^ The conway era onwards witness for the era in which the transaction will be constructed.
=> ConwayEraOnwards era -- ^ The conway era onwards witness for the era in which the
-- transaction will be constructed.
-> H.ExecConfig -- ^ Specifies the CLI execution configuration.
-> FilePath -- ^ Base directory path where the voting files and directories will be
-- stored
-- stored.
-> String -- ^ Name for the subfolder that will be created under 'work' to store
-- the output voting files.
-> String -- ^ Transaction ID string of the governance action.
Expand Down

0 comments on commit 151d387

Please sign in to comment.