format
This commit is contained in:
parent
5a688262c3
commit
5ff09ee207
3 changed files with 8 additions and 8 deletions
|
|
@ -11,10 +11,10 @@ import Spec.Sample.Effect.TreasuryWithdrawal (
|
|||
buildReceiversOutputFromDatum,
|
||||
buildScriptContext,
|
||||
currSymbol,
|
||||
inputCollateral,
|
||||
inputGAT,
|
||||
inputTreasury,
|
||||
inputUser,
|
||||
inputCollateral,
|
||||
outputTreasury,
|
||||
outputUser,
|
||||
treasuries,
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ inputCollateral indx =
|
|||
{ txOutAddress = Address (users !! indx) Nothing
|
||||
, txOutValue = Value.singleton "" "" 2000000
|
||||
, txOutDatumHash = Just (DatumHash "")
|
||||
}
|
||||
}
|
||||
|
||||
outputTreasury :: Int -> Value -> TxOut
|
||||
outputTreasury indx val =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue