Skip to content

Commit

Permalink
Have some ada for the min UTxO
Browse files Browse the repository at this point in the history
  • Loading branch information
noonio authored and locallycompact committed Jan 8, 2025
1 parent f7be614 commit 8bef572
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 @@ -476,7 +476,7 @@ singlePartyUsesSchnorrkelScriptOnL2 tracer workDir node hydraScriptsTxId =
let serializedScript = PlutusScriptSerialised script
let scriptAddress = mkScriptAddress networkId serializedScript
let datumHash = mkTxOutDatumHash ()
(scriptIn, scriptOut) <- createOutputAtAddress node scriptAddress datumHash (lovelaceToValue 0)
(scriptIn, scriptOut) <- createOutputAtAddress node scriptAddress datumHash (lovelaceToValue 1_000_000)
let scriptUTxO = UTxO.singleton (scriptIn, scriptOut)

let scriptWitness =
Expand Down

0 comments on commit 8bef572

Please sign in to comment.