diff --git a/plutus-pab/src/Plutus/PAB/Simulator.hs b/plutus-pab/src/Plutus/PAB/Simulator.hs index 0d0eeadaff..83fa62e4bf 100644 --- a/plutus-pab/src/Plutus/PAB/Simulator.hs +++ b/plutus-pab/src/Plutus/PAB/Simulator.hs @@ -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