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 104eb55 commit 8622ee6Copy full SHA for 8622ee6
src/interpreter/inner.rs
@@ -238,8 +238,6 @@ pub(super) fn from_txdata<'txin>(
238
// Creating new contexts is cheap
239
let secp = bitcoin::secp256k1::Secp256k1::verification_only();
240
let tap_script = tap_script.encode();
241
- // Should not really need to call dangerous assumed tweaked here.
242
- // Should be fixed after RC
243
if ctrl_blk.verify_taproot_commitment(&secp, output_key, &tap_script) {
244
Ok((
245
Inner::Script(ms, ScriptType::Tr),
0 commit comments