From d84c3be909b5da284cb13b63a86f2f0cf04fb05a Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Thu, 16 Mar 2023 09:24:04 -1000 Subject: [PATCH] CH07: clarify P2PKH to P2WPKH conversion --- chapters/authorization-authentication.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapters/authorization-authentication.adoc b/chapters/authorization-authentication.adoc index 603b0088..56402d90 100644 --- a/chapters/authorization-authentication.adoc +++ b/chapters/authorization-authentication.adoc @@ -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 ----