Skip to content

Commit

Permalink
another deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Jul 10, 2024
1 parent 28f5814 commit bd4f72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-node/test/Hydra/Ledger/CardanoSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ roundtripProtocolParameters pparams = do
(expected === actual)
& counterexample ("ledger: " <> show pparams)
where
expected = fromLedgerPParams shelleyBasedEra pparams
expected = pparams

roundtripTxId :: Tx -> Property
roundtripTxId tx@(Tx body _) =
Expand Down

0 comments on commit bd4f72c

Please sign in to comment.