From 06cc7cbe5a642893a59eec098008d80ff080505f Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Mon, 22 May 2017 10:34:43 -0700 Subject: [PATCH] Update 1_0_Introducing_Bitcoin.md --- 1_0_Introducing_Bitcoin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1_0_Introducing_Bitcoin.md b/1_0_Introducing_Bitcoin.md index a35177a..94df0b6 100644 --- a/1_0_Introducing_Bitcoin.md +++ b/1_0_Introducing_Bitcoin.md @@ -45,7 +45,7 @@ However, these Bitcoin scripts are the lowest level of Bitcoin functionality. Mu ### Bitcoin — In Short -One way to think of Bitcoin is as: _a sequence of atomic transactions: each of which is enabled by the sender with the solution to a cryptographic puzzle that is stored as a script; each of which is locked for the recipient with a new cryptographic puzzle that is stored as a script; and each of which is recorded in a permanent global ledger._ +One way to think of Bitcoin is as: _a sequence of atomic transactions: each of which is enabled by the sender with the solution to a previous cryptographic puzzle that was stored as a script; each of which is locked for the recipient with a new cryptographic puzzle that is stored as a script; and each of which is recorded in an immutable global ledger._ ## What Is Public-Key Cryptography?