From 2d45d607f4026e76bf359f7bbffc5f2913d1a946 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 2 Jun 2017 12:04:35 -0700 Subject: [PATCH] Update 11_0_Designing_Real_Bitcoin_Scripts.md --- 11_0_Designing_Real_Bitcoin_Scripts.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/11_0_Designing_Real_Bitcoin_Scripts.md b/11_0_Designing_Real_Bitcoin_Scripts.md index 4923e3f..387d690 100644 --- a/11_0_Designing_Real_Bitcoin_Scripts.md +++ b/11_0_Designing_Real_Bitcoin_Scripts.md @@ -1,7 +1,6 @@ # Chapter 11: Designing Real Bitcoin Scripts -Our Bitcoin Scripts to date have been largely theoretical, because we've been pu -There's still a little more to Bitcoin Scripts. Conditionals give you full access to flow control, while a variety of other opcodes can expand your possibilities. +Our Bitcoin Scripts to date have been largely theoretical, because we've been putting together all the puzzle pieces. Now, with the full Bitcoin Script repetoire in hand, we're ready to dig into several real Bitcoin Scripts and see how they work. ## Objectives for This Chapter