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 78aaaf6 commit 4cc4402Copy full SHA for 4cc4402
examples/spend-p2wpkh.py
@@ -90,8 +90,8 @@
90
# the witness so that the appropriate redeem_script can be calculated by
91
# anyone. The original scriptPubKey had only the Hash160 hash of the public
92
# key, not the public key itself, and the redeem script can be entirely
93
-# re-constructed (from implicit template) if given just the public key. So the
94
-# public key is added to the witness. This is P2WPKH in bip141.
+# re-constructed if given just the public key. So the public key is added to
+# the witness. This is P2WPKH in bip141.
95
witness = [signature, public_key]
96
97
# Aggregate all of the witnesses together, and then assign them to the
0 commit comments