Skip to content

Commit 8622ee6

Browse files
committed
Remove stale comment
1 parent 104eb55 commit 8622ee6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/interpreter/inner.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ pub(super) fn from_txdata<'txin>(
238238
// Creating new contexts is cheap
239239
let secp = bitcoin::secp256k1::Secp256k1::verification_only();
240240
let tap_script = tap_script.encode();
241-
// Should not really need to call dangerous assumed tweaked here.
242-
// Should be fixed after RC
243241
if ctrl_blk.verify_taproot_commitment(&secp, output_key, &tap_script) {
244242
Ok((
245243
Inner::Script(ms, ScriptType::Tr),

0 commit comments

Comments
 (0)