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 560e7b8 commit aa1dd2cCopy full SHA for aa1dd2c
src/interpreter/mod.rs
@@ -356,7 +356,7 @@ impl<'txin> Interpreter<'txin> {
356
inner::Inner::PublicKey(_, inner::PubkeyType::Wpkh) => false,
357
inner::Inner::PublicKey(_, inner::PubkeyType::ShWpkh) => false, // lol "sorta"
358
inner::Inner::PublicKey(_, inner::PubkeyType::Tr) => false, // lol "sorta"
359
- inner::Inner::Script(_, inner::ScriptType::Bare) => false,
+ inner::Inner::Script(_, inner::ScriptType::Bare) => true,
360
inner::Inner::Script(_, inner::ScriptType::Sh) => true,
361
inner::Inner::Script(_, inner::ScriptType::Wsh) => false,
362
inner::Inner::Script(_, inner::ScriptType::ShWsh) => false, // lol "sorta"
0 commit comments