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.
2 parents 43ce3a4 + 2f1e2bc commit d06521fCopy full SHA for d06521f
bip-0119.mediawiki
@@ -89,7 +89,7 @@ def execute_bip_119(self):
89
self.context.precomputed_ctv_data = self.context.tx.get_default_check_template_precomputed_data()
90
91
# If the hashes do not match, return error
92
- if stack[-1] != self.context.tx.get_default_check_template_hash(self.context.nIn, self.context.precomputed_ctv_data)
+ if stack[-1] != self.context.tx.get_default_check_template_hash(self.context.nIn, self.context.precomputed_ctv_data):
93
return self.errors_with(errors.script_err_template_mismatch)
94
95
return self.return_as_nop()
0 commit comments