Skip to content

Commit

Permalink
Fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-iohk committed Jan 18, 2022
1 parent 2e08c66 commit 1cf217c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions hydra-node/test/Hydra/Chain/Direct/ContractSpec.hs
Expand Up @@ -52,7 +52,7 @@ import Hydra.Ledger.Cardano (
TxBodyScriptData (TxBodyNoScriptData, TxBodyScriptData),
TxIn,
TxOut (..),
Utxo(..),
Utxo,
adaOnly,
describeCardanoTx,
fromLedgerTx,
Expand All @@ -65,12 +65,8 @@ import Hydra.Ledger.Cardano (
genValue,
getOutputs,
hashTxOuts,
lovelaceToTxOutValue,
lovelaceToValue,
mkDatumForTxIn,
mkRedeemerForTxIn,
mkScriptAddress,
mkScriptWitness,
mkTxOutDatum,
mkTxOutDatumHash,
mkTxOutValue,
Expand All @@ -80,7 +76,6 @@ import Hydra.Ledger.Cardano (
toLedgerTxIn,
toLedgerTxOut,
txOutValue,
unsafeBuildTransaction,
utxoPairs,
)
import qualified Hydra.Ledger.Cardano as Api
Expand Down Expand Up @@ -295,7 +290,7 @@ healthyCollectComTx =
tx =
collectComTx
Fixture.testNetworkId
(Utxo $ Map.fromList committedUtxo)
(Api.Utxo $ Map.fromList committedUtxo)
(headInput, headDatum, healthyCollectComOnChainParties)
commits

Expand Down

0 comments on commit 1cf217c

Please sign in to comment.