From 2aeb0355fd8428c19ea8597657e5c3582a3be9f8 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 21 Jul 2020 13:09:19 -1000 Subject: [PATCH] chapter num update --- 12_0_Expanding_Bitcoin_Scripts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/12_0_Expanding_Bitcoin_Scripts.md b/12_0_Expanding_Bitcoin_Scripts.md index 2996de8..01f9964 100644 --- a/12_0_Expanding_Bitcoin_Scripts.md +++ b/12_0_Expanding_Bitcoin_Scripts.md @@ -1,4 +1,4 @@ -# Chapter 10: Expanding Bitcoin Scripts +# Chapter 12: Expanding Bitcoin Scripts 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. @@ -16,5 +16,5 @@ Supporting objectives include the ability to: ## Table of Contents -* [Section One: Using Script Conditionals](10_1_Using_Script_Conditionals.md) -* [Section Two: Using Other Script Commands](10_2_Using_Other_Script_Commands.md) +* [Section One: Using Script Conditionals](12_1_Using_Script_Conditionals.md) +* [Section Two: Using Other Script Commands](12_2_Using_Other_Script_Commands.md)