We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdff5f2 commit d1ec439Copy full SHA for d1ec439
pycardano/plutus.py
@@ -631,7 +631,7 @@ def _dfs(obj):
631
if "constructor" in obj:
632
if obj["constructor"] != cls.CONSTR_ID:
633
raise DeserializeException(
634
- f"Mismatch between constructors, expect: {cls.CONSTR_ID}, "
+ f"Mismatch between constructors in class {cls.__name__}, expect: {cls.CONSTR_ID}, "
635
f"got: {obj['constructor']} instead."
636
)
637
converted_fields = []
0 commit comments