Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Jan 26, 2022
1 parent 98f537d commit fb32a8f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion hydra-node/test/Hydra/Chain/Direct/Contract/Commit.hs
Expand Up @@ -11,7 +11,26 @@ import Data.Maybe (fromJust)
import Hydra.Chain.Direct.Contract.Mutation (Mutation (ChangeOutput), SomeMutation (SomeMutation))
import qualified Hydra.Chain.Direct.Fixture as Fixture
import Hydra.Chain.Direct.Tx (commitTx, mkInitialOutput, pubKeyHash)
import Hydra.Ledger.Cardano (CardanoTx, CtxUTxO, Era, PaymentKey, TxIn, TxOut (TxOut), Utxo, VerificationKey, adaOnly, fromLedgerTx, genOutput, genValue, getOutputs, lovelaceToValue, mkTxOutValue, modifyTxOutValue, singletonUtxo, toCtxUTxOTxOut, toLedgerTxIn)
import Hydra.Ledger.Cardano (
CardanoTx,
CtxUTxO,
Era,
PaymentKey,
TxIn,
TxOut (TxOut),
Utxo,
VerificationKey,
fromLedgerTx,
genOutput,
genValue,
getOutputs,
lovelaceToValue,
mkTxOutValue,
modifyTxOutValue,
singletonUtxo,
toCtxUTxOTxOut,
toLedgerTxIn,
)
import Hydra.Party (Party)
import Test.QuickCheck (oneof, suchThat)

Expand Down
2 changes: 1 addition & 1 deletion hydra-plutus/src/Hydra/Contract/Initial.hs
Expand Up @@ -12,7 +12,7 @@ import PlutusTx.Prelude
import qualified Hydra.Contract.Commit as Commit
import Ledger.Typed.Scripts (TypedValidator, ValidatorTypes (..))
import qualified Ledger.Typed.Scripts as Scripts
import Plutus.V1.Ledger.Ada (adaValueOf, fromValue, getLovelace, lovelaceOf, lovelaceValueOf)
import Plutus.V1.Ledger.Ada (fromValue, getLovelace, lovelaceValueOf)
import qualified PlutusTx
import PlutusTx.IsData.Class (ToData (..))

Expand Down

0 comments on commit fb32a8f

Please sign in to comment.