Skip to content

Commit 06423a6

Browse files
committed
test: remove useless comment from feature_taproot_opcodes
The line immediately below the commented out code I removed explicitly tests the exact behaviour which was being questioned in the comment. This indicates that the comment was incorrect.
1 parent 08010b8 commit 06423a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/functional/feature_tapscript_opcodes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,9 +582,6 @@ def csfs_test(msg, mutute_sig = False, fail=None):
582582
self.tapscript_satisfy_test(CScript([msg, pub, OP_CHECKSIGFROMSTACK]), inputs = [sig], fail=fail)
583583

584584
csfs_test("e168c349d0d2499caf3a6d71734c743d517f94f8571fa52c04285b68deec1936")
585-
# Elements: FIXME this test fails
586-
# with test_framework.authproxy.JSONRPCException: non-mandatory-script-verify-flag (Invalid Schnorr signature) (-26)
587-
# csfs_test("Hello World!".encode('utf-8').hex())
588585
csfs_test("Hello World!".encode('utf-8').hex(), fail="Invalid Schnorr signature", mutute_sig=True)
589586
msg = bytes.fromhex("e168c349d0d2499caf3a6d71734c743d517f94f8571fa52c04285b68deec1936")
590587
pub = bytes.fromhex("3f67e97da0df6931189cfb0072447da22707897bd5de04936a277ed7e00b35b3")

0 commit comments

Comments
 (0)