chapter num update

This commit is contained in:
Shannon Appelcline 2020-07-21 13:09:19 -10:00 committed by GitHub
parent 519c650e77
commit 2aeb0355fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)