From 388dd687f8a6d128eb63ce9a0df245012785d8e2 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 21 Jul 2020 09:05:36 -1000 Subject: [PATCH] light edit --- 10_1_Understanding_the_Foundation_of_P2SH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10_1_Understanding_the_Foundation_of_P2SH.md b/10_1_Understanding_the_Foundation_of_P2SH.md index 84a69fc..8fcea42 100644 --- a/10_1_Understanding_the_Foundation_of_P2SH.md +++ b/10_1_Understanding_the_Foundation_of_P2SH.md @@ -6,7 +6,7 @@ You know that Bitcoin Scripts can be used to control the redemption of UTXOs. Th ## Know the Bitcoin Standards -Here's the gotcha for using Bitcoin Scripts: for security reasons, most Bitcoin nodes will only accept five types of "standard" Bitcoin transactions. +Here's the gotcha for using Bitcoin Scripts: for security reasons, most Bitcoin nodes will only accept six types of "standard" Bitcoin transactions. * __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.