chapter num updates

This commit is contained in:
Shannon Appelcline 2020-07-21 11:56:41 -10:00 committed by GitHub
parent cdc91d9322
commit ae022ad3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Chapter 9: Empowering Timelock with Bitcoin Scripts
# Chapter 11: Empowering Timelock with Bitcoin Scripts
The `nLockTime` feature from [§6.4](06_4_Sending_a_Transaction_with_a_Locktime.md) was just the beginning of Timelocks. When you start writing Bitcoin Scripts, two timelocking opcodes become available.
The `nLockTime` feature from [§8.1](08_1_Sending_a_Transaction_with_a_Locktime.md) was just the beginning of Timelocks. When you start writing Bitcoin Scripts, two timelocking opcodes become available.
## Objectives for This Chapter
@ -17,7 +17,7 @@ Supporting objectives include the ability to:
## Table of Contents
* [Section One: Understanding Timelock Options](09_1_Understanding_Timelock_Options.md)
* [Section Two: Using CLTV in Scripts](09_2_Using_CLTV_in_Scripts.md)
* [Section Three: Using CSV in Scripts](09_3_Using_CSV_in_Scripts.md)
* [Section One: Understanding Timelock Options](11_1_Understanding_Timelock_Options.md)
* [Section Two: Using CLTV in Scripts](11_2_Using_CLTV_in_Scripts.md)
* [Section Three: Using CSV in Scripts](11_3_Using_CSV_in_Scripts.md)