From f02d081069ef0d33f69eaad7365b3abe509e6631 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 12 May 2017 15:06:32 -0700 Subject: [PATCH] Update 7_1_Understanding_the_Foundation_of_Transactions.md --- 7_1_Understanding_the_Foundation_of_Transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7_1_Understanding_the_Foundation_of_Transactions.md b/7_1_Understanding_the_Foundation_of_Transactions.md index ae2283e..c3766a5 100644 --- a/7_1_Understanding_the_Foundation_of_Transactions.md +++ b/7_1_Understanding_the_Foundation_of_Transactions.md @@ -133,4 +133,4 @@ Note that these two transactions are definitely locked in different ways. Bitcoi ## Summary: Understanding the Foundation of Transactions -Every Bitcoin transaction includes at least one unlocking script (`scriptSiG`), which solves a previous cryptographic puzzle, and at least one locking script (`scriptPubKey`), which creates a new cryptographic puzzle. There's one `scriptSig` per input and one `scriptPubKey` per output. Each of these scripts is written in Bitcoin Script, a Forth-like language that further empowers Bitcoin. +Every Bitcoin transaction includes at least one unlocking script (`scriptSig`), which solves a previous cryptographic puzzle, and at least one locking script (`scriptPubKey`), which creates a new cryptographic puzzle. There's one `scriptSig` per input and one `scriptPubKey` per output. Each of these scripts is written in Bitcoin Script, a Forth-like language that further empowers Bitcoin.