Skip to content

Commit 6fdbeb5

Browse files
committed
Fix datum/redeemer unknown structure
1 parent 9f8e518 commit 6fdbeb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opshin/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ def perform_command(args):
420420
script_arts = PlutusContract(
421421
built_code,
422422
# TODO this actually does not work anymore
423-
datum_type=Datum,
424-
redeemer_type=Datum,
423+
datum_type=None,
424+
redeemer_type=None,
425425
parameter_types=param_types,
426426
purpose=(Purpose.any,),
427427
title=pathlib.Path(input_file).stem,

0 commit comments

Comments
 (0)