Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Oct 11, 2021
1 parent 97d0f6e commit c5a029c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions marlowe/src/Language/Marlowe/Client.hs
Expand Up @@ -42,9 +42,8 @@ import Language.Marlowe.Scripts
import Language.Marlowe.Semantics hiding (Contract)
import qualified Language.Marlowe.Semantics as Marlowe
import Language.Marlowe.Util (extractContractRoles)
import Ledger (CurrencySymbol, Datum (..), PubKeyHash, Slot (..),
TokenName, TxOut (..), inScripts,
txOutValue)
import Ledger (CurrencySymbol, Datum (..), PubKeyHash, Slot (..), TokenName, TxOut (..),
inScripts, txOutValue)
import qualified Ledger
import Ledger.Ada (adaSymbol, adaValueOf)
import Ledger.Address (pubKeyHashAddress, scriptHashAddress)
Expand Down
1 change: 1 addition & 0 deletions plutus-pab/src/Plutus/PAB/Simulator.hs
Expand Up @@ -128,6 +128,7 @@ import Plutus.PAB.Types (PABError (Contr
import Plutus.PAB.Webserver.Types (ContractActivationArgs (..))
import Plutus.Trace.Emulator.System (appendNewTipBlock)
import Plutus.V1.Ledger.Slot (Slot)
import Plutus.V1.Ledger.Tx (TxOutRef)
import qualified Wallet.API as WAPI
import Wallet.Effects (NodeClientEffect (..), WalletEffect)
import qualified Wallet.Emulator as Emulator
Expand Down

0 comments on commit c5a029c

Please sign in to comment.