Skip to content

Commit

Permalink
Specify lower/upper bounds for simple tx in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch authored and ch1bo committed Nov 29, 2022
1 parent d8a10ab commit 436c7f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hydra-node/src/Hydra/Ledger/Cardano.hs
Expand Up @@ -159,6 +159,7 @@ mkSimpleTx (txin, TxOut owner valueIn datum refScript) (recipient, valueOut) sk
{ txIns = map (,BuildTxWith $ KeyWitness KeyWitnessForSpending) [txin]
, txOuts = outs
, txFee = TxFeeExplicit fee
, txValidityRange = (TxValidityLowerBound 0, TxValidityUpperBound 1)
}

outs =
Expand Down

0 comments on commit 436c7f1

Please sign in to comment.