From efb9d3f21fbabd394449dda17fa09020d5a194df Mon Sep 17 00:00:00 2001 From: "Andreas M. Antonopoulos" Date: Tue, 18 Jul 2017 11:16:07 +0800 Subject: [PATCH] fix: forgot to update placeholder value "3deadbeef" --- appdx-segwit.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appdx-segwit.asciidoc b/appdx-segwit.asciidoc index 4c6b9195..99f0e116 100644 --- a/appdx-segwit.asciidoc +++ b/appdx-segwit.asciidoc @@ -2,7 +2,7 @@ [appendix] == Segregated Witness -((("segwit (Segregated Witness)", id="segwit16")))Segregated Witness (segwit) is an upgrade to the bitcoin consensus rules and network protocol, proposed and implemented as a BIP-9 soft-fork that is currently (mid-2017) pending activation. +((("segwit (Segregated Witness)", id="segwit16")))Segregated Witness (segwit) is an upgrade to the bitcoin consensus rules and network protocol, proposed and implemented as a BIP-9 soft-fork that is currently (mid-2017) pending activation. In cryptography, the term "witness" is used to describe a solution to a cryptographic puzzle. In bitcoin terms, the witness satisfies a cryptographic condition placed on a unspent transaction output (UTXO). @@ -17,7 +17,7 @@ In this section we will look at some of the benefits of Segregated Witness, desc [role="pagebreak-before"] Segregated Witness is defined by the following BIPs: -https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki[BIP-141] :: The main definition of Segregated Witness. +https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki[BIP-141] :: The main definition of Segregated Witness. https://github.com/bitcoin/bips/blob/master/bip-0143.mediawiki[BIP-143] :: Transaction Signature Verification for Version 0 Witness Program @@ -236,7 +236,7 @@ Finally, the P2SH script is converted to a P2SH bitcoin address: 37Lx99uaGn5avKBxiW26HjedQE3LrDCZru ---- -Now, Bob can display this address for customers to pay for their coffee. Alice's wallet can make a payment to +3deadbeef+, just as it would to any other bitcoin address. Even though Alice's wallet has no support for segwit, the payment it creates can be spent by Bob with a segwit transaction.((("", startref="aliced"))) +Now, Bob can display this address for customers to pay for their coffee. Alice's wallet can make a payment to +37Lx99uaGn5avKBxiW26HjedQE3LrDCZru+, just as it would to any other bitcoin address. Even though Alice's wallet has no support for segwit, the payment it creates can be spent by Bob with a segwit transaction.((("", startref="aliced"))) ===== Pay-to-Witness-Script-Hash inside Pay-to-Script-Hash