File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libs/cardano-ledger-core/src/Cardano/Ledger/Plutus Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,9 +128,9 @@ library testlib
128128 build-depends :
129129 base,
130130 bytestring,
131+ cardano-binary :testlib,
131132 cardano-crypto,
132133 cardano-crypto-wrapper,
133- cardano-binary :testlib,
134134 cardano-ledger-binary :{cardano-ledger-binary, testlib},
135135 cardano-prelude,
136136 cardano-prelude-test,
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ instance NFData PV2.ScriptContext where
360360instance NFData PV3. ScriptContext where
361361 rnf = rnf . PV3. toData
362362
363- instance ( PlutusLanguage l , PV3. ToData (PlutusScriptContext l ) ) => EncCBOR (LegacyPlutusArgs l ) where
363+ instance PV3. ToData (PlutusScriptContext l ) => EncCBOR (LegacyPlutusArgs l ) where
364364 encCBOR = encCBOR . legacyPlutusArgsToData
365365
366366instance (PlutusLanguage l , PV3. FromData (PlutusScriptContext l )) => DecCBOR (LegacyPlutusArgs l ) where
You can’t perform that action at this time.
0 commit comments