Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jul 8, 2021
1 parent 8f51076 commit 5149b4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cardano-testnet/test/Spec/Plutus/Direct/TxInLockingPlutus.hs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ hprop_plutus = H.integration . H.runFinallies . H.workspace "chairman" $ \tempAb

plutusScriptFileInUse <- H.note $ base </> "scripts/plutus/scripts/untyped-always-succeeds-txin.plutus"

H.noteM_ . H.listDirectory $ base
H.noteM_ . H.listDirectory $ base </> "scripts"
H.noteM_ . H.listDirectory $ base </> "scripts/plutus"
H.noteM_ . H.listDirectory $ base </> "scripts/plutus/scripts"

-- This datum hash is the hash of the untyped 42
let scriptDatumHash = "9e1199a988ba72ffd6e9c269cadb3b53b5f360ff99f112d9b2ee30c4d74ad88b"
let plutusRequiredSpace = id @Integer 70000000
Expand Down

0 comments on commit 5149b4b

Please sign in to comment.