Skip to content

Commit 86e5a81

Browse files
committed
Fix warning
1 parent 15aaaf0 commit 86e5a81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eras/byron/crypto/cardano-crypto-wrapper.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

libs/cardano-ledger-core/src/Cardano/Ledger/Plutus/Language.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ instance NFData PV2.ScriptContext where
360360
instance 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

366366
instance (PlutusLanguage l, PV3.FromData (PlutusScriptContext l)) => DecCBOR (LegacyPlutusArgs l) where

0 commit comments

Comments
 (0)