Skip to content

Commit 151d387

Browse files
committed
Remove "without signing" comment from generateVoteFiles and clean up
1 parent 6fe90b4 commit 151d387

File tree

1 file changed

+4
-5
lines changed
  • cardano-testnet/src/Testnet/Components

1 file changed

+4
-5
lines changed

cardano-testnet/src/Testnet/Components/SPO.hs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -406,17 +406,16 @@ registerSingleSpo identifier tap@(TmpAbsolutePath tempAbsPath') nodeConfigFile s
406406
currentRegistedPoolsJson
407407
return (poolId, poolColdSkeyFp, poolColdVkeyFp, vrfSkeyFp, vrfVkeyFp)
408408

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

0 commit comments

Comments
 (0)