From 61f55388113ccd7c184983e5726344d3a64e0660 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 24 May 2017 11:38:53 -0700 Subject: [PATCH] Update 9_1_Understanding_Timelock_Options.md --- 9_1_Understanding_Timelock_Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9_1_Understanding_Timelock_Options.md b/9_1_Understanding_Timelock_Options.md index a7dcc4a..84235ee 100644 --- a/9_1_Understanding_Timelock_Options.md +++ b/9_1_Understanding_Timelock_Options.md @@ -13,7 +13,7 @@ In [ยง6.4: Sending a Transaction with a Locktime](6_4_Sending_a_Transaction_with 3. **No Scripts.** The original, simple use of `nLockTime` didn't allow it to be used in Scripts. 4. **No Protection.** `nLockTime` allows the funds to be spent with a different, non-locked transaction. -The last item was often the dealbreaker for `nLockTime`. It prevented a transaction from being spent, but it didn't prevent the funds from being used. +The last item was often the dealbreaker for `nLockTime`. It prevented a transaction from being spent, but it didn't prevent the funds from being used in a different transaction. So, it had uses, but they all depended on trust. ## Understand the Possibilities of Timelock Scripts