diff --git a/10_1_Understanding_the_Foundation_of_P2SH.md b/10_1_Understanding_the_Foundation_of_P2SH.md index 85f39e3..32a2cd6 100644 --- a/10_1_Understanding_the_Foundation_of_P2SH.md +++ b/10_1_Understanding_the_Foundation_of_P2SH.md @@ -1,4 +1,4 @@ -# 8.1: Understanding the Foundation of P2SH +# 10.1: Understanding the Foundation of P2SH > :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. @@ -10,6 +10,7 @@ Here's the gotcha for using Bitcoin Scripts: for security reasons, most Bitcoin * __Pay to Public Key (P2PK)__ — An older, deprecated transaction (` OP_CHECKSIG`) that has been replaced by the better security of P2PKH. * __Pay to Public Key Hash (P2PKH)__ — A standard transaction (`OP_DUP OP_HASH160 OP_EQUALVERIFY OP_CHECKSIG`) that pays to the hash of a public key. +* __Pay to Witness Public Key hash (P2WPKH)__ — The newest sort of public-key transaction. It's just (`OP_0