Merge pull request #180 from javiervargas/patch-17

Update 09_1_Understanding_the_Foundation_of_Transactions.md
This commit is contained in:
Shannon Appelcline 2020-09-29 10:20:14 -10:00 committed by GitHub
commit 9d0ff923e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 ## Examine a Different Sort of Transaction