We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4245029 commit bb41171Copy full SHA for bb41171
pycardano/txbuilder.py
@@ -1021,7 +1021,7 @@ def build(
1021
self._ensure_no_input_exclusion_conflict()
1022
1023
# only automatically set the validity interval and required signers if scripts are involved
1024
- is_smart = bool(self.scripts)
+ is_smart = bool(self.all_scripts)
1025
1026
# Automatically set the validity range to a tight value around transaction creation
1027
if (
0 commit comments