Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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