Skip to content

Commit

Permalink
Use conway tx Arbitrary instance from ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo authored and locallycompact committed Mar 13, 2024
1 parent 9494dec commit f1cfd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-node/src/Hydra/Ledger/Cardano.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import Formatting.Buildable (build)
import Hydra.Contract.Head qualified as Head
import Hydra.Ledger (ChainSlot (..), IsTx (..), Ledger (..), ValidationError (..))
import PlutusLedgerApi.V2 (fromBuiltin)
import Test.Cardano.Ledger.Babbage.Arbitrary ()
import Test.Cardano.Ledger.Conway.Arbitrary ()
import Test.QuickCheck (
choose,
getSize,
Expand Down

0 comments on commit f1cfd0a

Please sign in to comment.