You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
caseExp'.textToPlutusLanguage (Text.pack anyScriptType) of
830
+
caseExp.Plutus.textToPlutusLanguage (Text.pack anyScriptType) of
832
831
Just lang ->do
833
-
let s ::EitherCBOR.DecoderError (Exp'.AnyPlutusScript (Exp.LedgerEraera)) = obtainCommonConstraints (Exp.useEra @era) $Exp'.decodeAnyPlutusScript scriptBs lang
832
+
let s ::EitherCBOR.DecoderError (Exp.Plutus.AnyPlutusScript (Exp.LedgerEraera)) = obtainCommonConstraints (Exp.useEra @era) $Exp.Plutus.decodeAnyPlutusScript scriptBs lang
0 commit comments