Update 9_0_Empowering_Timelock_with_Scripts.md

This commit is contained in:
Shannon Appelcline 2017-05-31 13:02:28 -07:00 committed by GitHub
parent fdd0ffdfba
commit e9e295d268

View File

@ -1,6 +1,6 @@
# Chapter 9: Empowering Timelock with Bitcoin Scripts
The `nLockTime` argument from [§6.4](6_4_Sending_a_Transaction_with_a_Locktime.md) was just the beginning of Timelocks. When you start writing Bitcoin Scripts, two other options are available.
The `nLockTime` feature from [§6.4](6_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.
## Objectives for This Chapter