From e9e295d26899adcca83ce9133ad8f126b8e5cb62 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 31 May 2017 13:02:28 -0700 Subject: [PATCH] Update 9_0_Empowering_Timelock_with_Scripts.md --- 9_0_Empowering_Timelock_with_Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9_0_Empowering_Timelock_with_Scripts.md b/9_0_Empowering_Timelock_with_Scripts.md index a7c4ccc..e5f11de 100644 --- a/9_0_Empowering_Timelock_with_Scripts.md +++ b/9_0_Empowering_Timelock_with_Scripts.md @@ -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