From 66837bf7d9b17709e137fc7e83c747f8bfad8f14 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 28 Apr 2017 11:44:30 -0700 Subject: [PATCH] Update 6_2_Sending_a_Transaction_with_a_Locktime.md --- 6_2_Sending_a_Transaction_with_a_Locktime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6_2_Sending_a_Transaction_with_a_Locktime.md b/6_2_Sending_a_Transaction_with_a_Locktime.md index 81461da..a57804d 100644 --- a/6_2_Sending_a_Transaction_with_a_Locktime.md +++ b/6_2_Sending_a_Transaction_with_a_Locktime.md @@ -122,7 +122,7 @@ Once the locktime is past, anyone can send that signed transaction to the networ Cancelling a locktime transaction is _very_ simple: you send a new transactions using at least one of the same UTXOs. -## Summary: Sending a Raw Transaction with a Locktime +## Summary: Sending a Transaction with a Locktime Locktime offers a way to create a transaction that _should_ not be relayable to the network and that _will_ not be accepted into a block until the appropriate time has arrived. In the meantime, it can be cancelled simply by reusing a UTXO.