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 fbb393e commit c1b516cCopy full SHA for c1b516c
src/interpreter/mod.rs
@@ -385,7 +385,7 @@ impl<'txin> Interpreter<'txin> {
385
inner::Inner::Script(_, inner::ScriptType::Sh) => true,
386
inner::Inner::Script(_, inner::ScriptType::Wsh) => false,
387
inner::Inner::Script(_, inner::ScriptType::ShWsh) => false, // lol "sorta"
388
- inner::Inner::Script(_, inner::ScriptType::Tr) => true,
+ inner::Inner::Script(_, inner::ScriptType::Tr) => false,
389
}
390
391
0 commit comments