Skip to content

Commit

Permalink
making interpretAndRun and the datum hijacking target visible
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontin authored and mmontin committed Feb 16, 2024
1 parent 46a8f4c commit 8c10524
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/Cooked/Attack.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Cooked.Attack (module X) where

import Cooked.Attack.AddToken as X
import Cooked.Attack.DatumHijacking as X hiding (datumHijackingTarget)
import Cooked.Attack.DatumHijacking as X
import Cooked.Attack.DoubleSat as X
import Cooked.Attack.DupToken as X
4 changes: 0 additions & 4 deletions src/Cooked/MockChain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ import Cooked.MockChain.Staged as X hiding
( MockChainLog,
MockChainLogEntry,
StagedMockChain,
interpretAndRun,
interpretAndRunWith,
runTweak,
runTweakFrom,
)
import Cooked.MockChain.Testing as X
import Cooked.MockChain.UtxoSearch as X
Expand Down

0 comments on commit 8c10524

Please sign in to comment.