From 89aa4ce0c4c48e755eab25ff549c27ac3a554e6a Mon Sep 17 00:00:00 2001 From: Cesar Alvarez Vallero Date: Fri, 6 Aug 2021 12:49:47 -0300 Subject: [PATCH] Correct type of transaction in table --- 09_5_Scripting_a_P2WPKH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_5_Scripting_a_P2WPKH.md b/09_5_Scripting_a_P2WPKH.md index 2afb181..fb3ced1 100644 --- a/09_5_Scripting_a_P2WPKH.md +++ b/09_5_Scripting_a_P2WPKH.md @@ -63,7 +63,7 @@ Here's a comparison of our two examples: | Type | PubKeyHash | PubKey | Signature | |----------------|----------|-------------|---------| | SegWit | 92a0db923b3a13eb576a40c4b35515aa30206cba | 03839e6035b33e37597908c83a2f992ec835b093d65790f43218cb49ffe5538903 | 3044022064f633ccfc4e937ef9e3edcaa9835ea9a98d31fbea1622c1d8a38d4e7f8f6cb602204bffef45a094de1306f99da055bd5a603a15c277a59a48f40a615aa4f7e5038001 | -| SegWit | 06b5c6ba5330cdf738a2ce91152bfd0e71f9ec39 | 0315a0aeb37634a71ede72d903acae4c6efa77f3423dcbcd6de3e13d9fd989438b | 04402201cc39005b076cb06534cd084fcc522e7bf937c4c9654c1c9dfba68b92cbab7d1022066f273178febc7a37568e2e9f4dec980a2e9a95441abe838c7ef64c39d85849c | +| non-SegWit | 06b5c6ba5330cdf738a2ce91152bfd0e71f9ec39 | 0315a0aeb37634a71ede72d903acae4c6efa77f3423dcbcd6de3e13d9fd989438b | 04402201cc39005b076cb06534cd084fcc522e7bf937c4c9654c1c9dfba68b92cbab7d1022066f273178febc7a37568e2e9f4dec980a2e9a95441abe838c7ef64c39d85849c | So how does this work? It depends on old code interpreting this as a valid transaction and new code knowing to check the new "witness" information