From 34e349a4e86508005090b7abc03b9ee49348a5f0 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 20 Oct 2020 08:05:39 -1000 Subject: [PATCH] Update 04_2_Creating_a_Raw_Transaction.md --- 04_2_Creating_a_Raw_Transaction.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/04_2_Creating_a_Raw_Transaction.md b/04_2_Creating_a_Raw_Transaction.md index 8cd2b2e..6be0509 100644 --- a/04_2_Creating_a_Raw_Transaction.md +++ b/04_2_Creating_a_Raw_Transaction.md @@ -1,7 +1,5 @@ # 4.2 Creating a Raw Transaction -> :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. - You're now ready to create Bitcoin raw transactions. This allows you to send money but to craft the transactions as precisely as you want. This first section focuses on a simple one-input, one-output transaction. This sort of transaction _isn't_ actually that useful, because you're rarely going to want to send all of your money to one person (unless you're actually just forwarding it on, such as if you're moving things from one wallet to another). Thus, we don't label this section as a way to send money. It's just a foundational stepping stone to _actually_ sending money with a raw transaction. ## Understand the Bitcoin Transaction