Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Akentev committed Jul 20, 2022
1 parent 42299fb commit 8182fd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion plutus-pab/src/Plutus/PAB/Simulator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ payToWallet source target = payToPaymentPublicKeyHash source (Emulator.mockWalle
payToPaymentPublicKeyHash :: forall t. Wallet -> PaymentPubKeyHash -> Value -> Simulation t CardanoTx
payToPaymentPublicKeyHash source target amount = do
Instances.BlockchainEnv{beParams} <- Core.askBlockchainEnv @t @(SimulatorState t)
-- handleDelayEffect $ delayThread (250 :: Millisecond)
handleAgentThread source Nothing
$ flip (handleError @WAPI.WalletAPIError) (throwError . WalletError)
$ WAPI.payToPaymentPublicKeyHash beParams WAPI.defaultSlotRange amount target
4 changes: 0 additions & 4 deletions run.sh

This file was deleted.

0 comments on commit 8182fd8

Please sign in to comment.