Update 7_3_Scripting_a_P2PKH.md

This commit is contained in:
Shannon Appelcline 2017-05-31 11:34:09 -07:00 committed by GitHub
parent 65aa6b2546
commit 1800c644dc

View File

@ -65,4 +65,4 @@ The Script now ends and the transaction is allowed to respend the UTXO in questi
## Summary: Scripting a Pay to Public Key Hash ## Summary: Scripting a Pay to Public Key Hash
Sending to a P2PKH address was relatively easy when you were just using `bitcoin-cli`. Examining the Bitcoin Script underlying it lays bare the cryptographic functions that were implicit in funding that transaction: how UTXOs were unlocked with a signature and a public key. Sending to a P2PKH address was relatively easy when you were just using `bitcoin-cli`. Examining the Bitcoin Script underlying it lays bare the cryptographic functions that were implicit in funding that transaction: how the UTXO was unlocked with a signature and a public key.