Skip to content

Commit

Permalink
plutus-scripts-bench: Remove now-unused obsoleted scriptName &
Browse files Browse the repository at this point in the history
serializedScript API.
  • Loading branch information
NadiaYvette committed Mar 21, 2023
1 parent 3a0cd68 commit 4e80e52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
Expand Up @@ -7,11 +7,7 @@

{-# OPTIONS_GHC -fno-warn-orphans #-}

module Cardano.Benchmarking.PlutusScripts.CustomCall
( scriptName
, scriptSerialized
, script
) where
module Cardano.Benchmarking.PlutusScripts.CustomCall (script) where

import Language.Haskell.TH
import Language.Haskell.TH.Syntax
Expand Down
Expand Up @@ -4,11 +4,7 @@
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}

module Cardano.Benchmarking.PlutusScripts.EcdsaSecp256k1Loop
( scriptName
, scriptSerialized
, script
) where
module Cardano.Benchmarking.PlutusScripts.EcdsaSecp256k1Loop (script) where

import Language.Haskell.TH
import Language.Haskell.TH.Syntax
Expand Down
Expand Up @@ -4,11 +4,7 @@
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}

module Cardano.Benchmarking.PlutusScripts.Loop
( scriptName
, scriptSerialized
, script
) where
module Cardano.Benchmarking.PlutusScripts.Loop (script) where

import Language.Haskell.TH
import Language.Haskell.TH.Syntax
Expand Down
Expand Up @@ -4,11 +4,7 @@
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}

module Cardano.Benchmarking.PlutusScripts.SchnorrSecp256k1Loop
( scriptName
, scriptSerialized
, script
) where
module Cardano.Benchmarking.PlutusScripts.SchnorrSecp256k1Loop (script) where

import Language.Haskell.TH
import Language.Haskell.TH.Syntax
Expand Down

0 comments on commit 4e80e52

Please sign in to comment.