Skip to content

Commit b8557a1

Browse files
committed
Remove debug print
1 parent 762ed26 commit b8557a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/spend-p2sh-txout.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
# Verify the signature worked. This calls EvalScript() and actually executes
7474
# the opcodes in the scripts to see if everything worked out. If it doesn't an
7575
# exception will be raised.
76-
print(b2x(txin_scriptPubKey))
7776
VerifyScript(txin.scriptSig, txin_scriptPubKey, tx, 0, (SCRIPT_VERIFY_P2SH,))
7877

7978
# Done! Print the transaction to standard output with the bytes-to-hex

0 commit comments

Comments
 (0)