From 73d5d38a538a56d6d6dd524b260e18c5d8a5ea5e Mon Sep 17 00:00:00 2001 From: nadams Date: Wed, 10 May 2017 14:42:08 -0700 Subject: [PATCH] Edited appdx-segwit.asciidoc with Atlas code editor --- appdx-segwit.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appdx-segwit.asciidoc b/appdx-segwit.asciidoc index ddb07fda..823ee7b9 100644 --- a/appdx-segwit.asciidoc +++ b/appdx-segwit.asciidoc @@ -60,7 +60,7 @@ Let’s look at some of our example transactions and see how they would change w [[p2wpkh]] ===== Pay-to-Witness-Public-Key-Hash (P2WPKH) -In <>, Alice created a transaction to pay Bob for a cup of coffee. That transaction created a Pay-to-Public-Key-Hash (P2PKH) output with a value of 0.015 BTC that was spendable by Bob. The output’s script looks like this: +In <>, Alice created a transaction to pay Bob for a cup of coffee. That transaction created a P2PKH output with a value of 0.015 BTC that was spendable by Bob. The output’s script looks like this: .Example P2PKH output script ----