Skip to content

Commit

Permalink
Changed redeemers to empty map
Browse files Browse the repository at this point in the history
  • Loading branch information
theeldermillenial committed Sep 2, 2024
1 parent 83b17a4 commit 3dba36b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycardano/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def script_data_hash(
"""
if not redeemers:
cost_models = {}
redeemers = {}
elif not cost_models:
cost_models = COST_MODELS

Expand Down

0 comments on commit 3dba36b

Please sign in to comment.