File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
test/cardano-api-golden/Test/Golden Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1067,6 +1067,10 @@ module Cardano.Api
10671067 , ResolvablePointers (.. )
10681068 , unsafeBoundedRational
10691069
1070+ -- ** Debug
1071+ , DebugPlutusFailure (.. )
1072+ , renderDebugPlutusFailure
1073+
10701074 -- ** Supporting modules
10711075 , module Cardano.Api.Internal.Monad.Error
10721076 , module Cardano.Api.Internal.Pretty
@@ -1121,7 +1125,7 @@ import Cardano.Api.Internal.Monad.Error
11211125import Cardano.Api.Internal.NetworkId
11221126import Cardano.Api.Internal.OperationalCertificate
11231127import Cardano.Api.Internal.Orphans ()
1124- import Cardano.Api.Internal.Plutus ( collectPlutusScriptHashes )
1128+ import Cardano.Api.Internal.Plutus
11251129import Cardano.Api.Internal.Pretty
11261130import Cardano.Api.Internal.Protocol
11271131import Cardano.Api.Internal.ProtocolParameters
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ module Test.Golden.ErrorsSpec
3131where
3232
3333import Cardano.Api
34- import Cardano.Api.Internal.Plutus
3534import Cardano.Api.Shelley
3635
3736import Cardano.Binary as CBOR
You can’t perform that action at this time.
0 commit comments