From 43d4c01c2eb2e353cb52c64f2d79d342aef505b7 Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Sun, 27 Sep 2020 15:22:43 +0200 Subject: [PATCH] Update 09_1_Understanding_the_Foundation_of_Transactions.md --- 09_1_Understanding_the_Foundation_of_Transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_1_Understanding_the_Foundation_of_Transactions.md b/09_1_Understanding_the_Foundation_of_Transactions.md index 0758e32..7847c72 100644 --- a/09_1_Understanding_the_Foundation_of_Transactions.md +++ b/09_1_Understanding_the_Foundation_of_Transactions.md @@ -101,7 +101,7 @@ OP_DUP OP_HASH160 06b5c6ba5330cdf738a2ce91152bfd0e71f9ec39 OP_EQUALVERIFY OP_CHE ``` That is the standard method in Bitcoin Script for locking a P2PKH transaction. -[§9.3](07_3_Scripting_a_P2PKH.md) will explain how these two scripts go together, but first you will need to know how Bitcoin Scripts are evaluated. +[§9.4](09_4_Scripting_a_P2PKH.md) will explain how these two scripts go together, but first you will need to know how Bitcoin Scripts are evaluated. ## Examine a Different Sort of Transaction