Skip to content

Commit

Permalink
Add HasCallStack constraint to generateVoteFiles function
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed May 3, 2024
1 parent a369453 commit 6461650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-testnet/src/Testnet/Components/SPO.hs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ registerSingleSpo identifier tap@(TmpAbsolutePath tempAbsPath') nodeConfigFile s
--
-- Returns a list of generated @File VoteFile In@ representing the paths to
-- the generated voting files.
generateVoteFiles :: (MonadTest m, MonadIO m, MonadCatch m)
generateVoteFiles :: (MonadTest m, MonadIO m, MonadCatch m, HasCallStack)
=> ConwayEraOnwards era -- ^ The conway era onwards witness for the era in which the
-- transaction will be constructed.
-> H.ExecConfig -- ^ Specifies the CLI execution configuration.
Expand Down

0 comments on commit 6461650

Please sign in to comment.