1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-11 08:10:54 +00:00

CH07: clarify P2PKH to P2WPKH conversion

This commit is contained in:
David A. Harding 2023-03-16 09:24:04 -10:00
parent 50795e578f
commit d84c3be909

View File

@ -1334,7 +1334,8 @@ OP_DUP OP_HASH160 ab68025513c3dbd2f7b92a94e0581f5d50f654e7 OP_EQUALVERIFY OP_CHE
----
With Segregated Witness, Alice would create a
Pay-to-Witness-Public-Key-Hash (P2WPKH) script, which looks like this:
Pay-to-Witness-Public-Key-Hash (P2WPKH) script. If that script commits
to the same public key, it would look like this:
.Example P2WPKH output script
----