Skip to content

Commit

Permalink
Remove unused genBytes
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Dec 6, 2024
1 parent 5ff4fc3 commit 8ba9064
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hydra-tx/testlib/Test/Hydra/Tx/Gen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@ shrinkValue :: Value -> [Value]
shrinkValue =
shrinkMapBy fromList toList shrinkListAggressively

genBytes :: Gen ByteString
genBytes = arbitrary

genHash :: Gen ByteString
genHash = BS.pack <$> vector 32

Expand Down

0 comments on commit 8ba9064

Please sign in to comment.