Skip to content

Commit

Permalink
Fix e2e blueprint commit test
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Oct 9, 2024
1 parent 3383deb commit 0a36f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-cluster/src/Hydra/Cluster/Scenarios.hs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ singlePartyCommitsScriptBlueprint tracer workDir node hydraScriptsTxId =
waitFor hydraTracer 10 [n1] $
output "CommitApproved" ["headId" .= headId, "utxoToCommit" .= scriptUTxO']
waitFor hydraTracer 10 [n1] $
output "CommitFinalized" ["headId" .= headId, "utxo" .= scriptUTxO', "theDeposit" .= getTxId (getTxBody tx)]
output "CommitFinalized" ["headId" .= headId, "theDeposit" .= getTxId (getTxBody tx)]

send n1 $ input "GetUTxO" []

Expand Down

0 comments on commit 0a36f5b

Please sign in to comment.