Skip to content

Commit

Permalink
Merge branch 'fix/handle_all_scripts' into running_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Mar 1, 2024
2 parents 469c61a + 8f91562 commit 1606eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycardano/txbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ def build(
self._ensure_no_input_exclusion_conflict()

# only automatically set the validity interval and required signers if scripts are involved
is_smart = bool(self.scripts)
is_smart = bool(self.all_scripts)

# Automatically set the validity range to a tight value around transaction creation
if (
Expand Down

0 comments on commit 1606eee

Please sign in to comment.