Skip to content

Commit f9f06f6

Browse files
adithyaovtweag-ev-ak
authored andcommitted
Fix the local tests for the upgraded cardano-cli
1 parent dea8047 commit f9f06f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dev-local/Populate.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ runSpend AppEnv{..} lockedUtxo = do
458458
[ opt "tx-in" faucetUtxo
459459
, opt "tx-in" lockedUtxo
460460
, opt "tx-in-script-file" validatorFilePath
461+
, flg "tx-in-inline-datum-present"
461462
, opt "tx-in-redeemer-value" (10 :: Int)
462463
, opt "tx-in-collateral" faucetUtxo
463464
, opt "tx-out" [str|#{validatorAddress} + 2000000 + #{assetAmount} #{assetClass}|]
@@ -483,6 +484,7 @@ runBurn AppEnv{..} lockedUtxo = do
483484
[ opt "tx-in" faucetUtxo
484485
, opt "tx-in" lockedUtxo
485486
, opt "tx-in-script-file" validatorFilePath
487+
, flg "tx-in-inline-datum-present"
486488
, opt "tx-in-redeemer-value" (10 :: Int)
487489
, opt "tx-in-collateral" faucetUtxo
488490
, opt "mint" [str|-#{assetAmount} #{assetClass}|]

0 commit comments

Comments
 (0)