Skip to content

Commit 4cc4402

Browse files
committed
Remove wrong text in P2WPKH example explanation
1 parent 78aaaf6 commit 4cc4402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/spend-p2wpkh.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
# the witness so that the appropriate redeem_script can be calculated by
9191
# anyone. The original scriptPubKey had only the Hash160 hash of the public
9292
# 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.
93+
# re-constructed if given just the public key. So the public key is added to
94+
# the witness. This is P2WPKH in bip141.
9595
witness = [signature, public_key]
9696

9797
# Aggregate all of the witnesses together, and then assign them to the

0 commit comments

Comments
 (0)