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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Akentev committed Jul 7, 2022
1 parent 3bf2d32 commit 215fcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-pab/src/Plutus/PAB/Simulator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ waitForTxStatus = Core.waitForTxStatus
waitForTxStatusChange :: forall t. TxId -> Simulation t TxStatus
waitForTxStatusChange = Core.waitForTxStatusChange

-- | Wait until the status of the transaction changes from the given status
-- | Wait until the status of the transaction changes to the given status
waitForTxOutStatus :: forall t. TxOutRef -> TxOutStatus -> Simulation t TxOutStatus
waitForTxOutStatus = Core.waitForTxOutStatus

Expand Down

0 comments on commit 215fcc1

Please sign in to comment.