From a4177b5b7461ce78f67061191203e3ed9ced4b13 Mon Sep 17 00:00:00 2001 From: Wyatt McBain Date: Wed, 25 Apr 2018 19:40:30 -0400 Subject: [PATCH] Fix small error 07_0_Introducing_Bitcoin_Scripts.md --- 07_0_Introducing_Bitcoin_Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_0_Introducing_Bitcoin_Scripts.md b/07_0_Introducing_Bitcoin_Scripts.md index 55b1da5..59606d8 100644 --- a/07_0_Introducing_Bitcoin_Scripts.md +++ b/07_0_Introducing_Bitcoin_Scripts.md @@ -2,7 +2,7 @@ To date, we've been interacting with Bitcoin at a relatively high level of abstraction. The `bitcoin-cli` program offers access to a variety of RPC commands that support the creation and control of raw Bitcoin transactions that include funds, data, timelocks, and multisigs. -However, Bitcoin offers much more complexity than that. It includes a simple scripting language that can be used to create even more complex redemption cronditions. If multisigs and timelocks provided the bases of Smart Contracts, then Bitcoin Script builds high on that foundation. It's the next step in empowering Bitcoin. +However, Bitcoin offers much more complexity than that. It includes a simple scripting language that can be used to create even more complex redemption conditions. If multisigs and timelocks provided the bases of Smart Contracts, then Bitcoin Script builds high on that foundation. It's the next step in empowering Bitcoin. ## Objectives for This Chapter