From 6ebd68d5bc37bff32b80ab65344b840a0ac2d7a0 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 21 Jul 2020 14:18:38 -1000 Subject: [PATCH] updating nums --- 13_0_Designing_Real_Bitcoin_Scripts.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/13_0_Designing_Real_Bitcoin_Scripts.md b/13_0_Designing_Real_Bitcoin_Scripts.md index 8d19a57..b24a4d1 100644 --- a/13_0_Designing_Real_Bitcoin_Scripts.md +++ b/13_0_Designing_Real_Bitcoin_Scripts.md @@ -1,4 +1,4 @@ -# Chapter 11: Designing Real Bitcoin Scripts +# Chapter 13: Designing Real Bitcoin Scripts Our Bitcoin Scripts to date have been largely theoretical examples, because we've still been putting together the puzzle pieces. Now, with the full Bitcoin Script repetoire in hand, we're ready to dig into several real-world Bitcoin Scripts and see how they work. @@ -16,6 +16,6 @@ Supporting objectives include the ability to: ## Table of Contents - * [Section One: Writing Puzzles Scripts](11_1_Writing_Puzzle_Scripts.md) - * [Section Two: Writing Complex Multisig Scripts](11_2_Writing_Complex_Multisig_Scripts.md) - * [Section Three: Empowering Bitcoin with Scripts](11_3_Empowering_Bitcoin_with_Scripts.md) + * [Section One: Writing Puzzles Scripts](13_1_Writing_Puzzle_Scripts.md) + * [Section Two: Writing Complex Multisig Scripts](13_2_Writing_Complex_Multisig_Scripts.md) + * [Section Three: Empowering Bitcoin with Scripts](13_3_Empowering_Bitcoin_with_Scripts.md)