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