Skip to content

Commit

Permalink
Merge branch 'main' into feat/fix_cardano_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron authored Feb 17, 2024
2 parents 52b18a4 + 58e0cb2 commit 9110b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycardano/plutus.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ def __deepcopy__(self, memo):
RawDatum = Union[PlutusData, dict, int, bytes, IndefiniteList, RawCBOR, CBORTag]


@dataclass(repr=False)
@dataclass(repr=True)
class RawPlutusData(CBORSerializable):
data: RawDatum

Expand Down

0 comments on commit 9110b9f

Please sign in to comment.