From fdd36281f5f197181f96d9f092c92b9955eea9cf Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 20 Oct 2020 08:12:44 -1000 Subject: [PATCH] removed warning --- 08_1_Sending_a_Transaction_with_a_Locktime.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/08_1_Sending_a_Transaction_with_a_Locktime.md b/08_1_Sending_a_Transaction_with_a_Locktime.md index b4f6fec..a38ec9a 100644 --- a/08_1_Sending_a_Transaction_with_a_Locktime.md +++ b/08_1_Sending_a_Transaction_with_a_Locktime.md @@ -1,7 +1,5 @@ # 8.1: Sending a Transaction with a Locktime -> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. - The previous chapters showed two different ways to send funds from multiple machines and to multiple recipients. But there are two other ways to fundamentally change basic transactions. The first of these is to vary time by choosing a locktime. This gives you the ability to send raw transactions at some time in the future. ## Understand How Locktime Works