From 9e0c97e9921de891330272c05841ab073eab7e5a Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 3 Mar 2017 16:18:06 -0800 Subject: [PATCH] Update and rename 3_4__Interlude_Write_a_Raw_Transaction_The_Easy_Way.md to 3_4__Interlude_Writing_a_Raw_Transaction_The_Easy_Way.md --- ... => 3_4__Interlude_Writing_a_Raw_Transaction_The_Easy_Way.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename 3_4__Interlude_Write_a_Raw_Transaction_The_Easy_Way.md => 3_4__Interlude_Writing_a_Raw_Transaction_The_Easy_Way.md (98%) diff --git a/3_4__Interlude_Write_a_Raw_Transaction_The_Easy_Way.md b/3_4__Interlude_Writing_a_Raw_Transaction_The_Easy_Way.md similarity index 98% rename from 3_4__Interlude_Write_a_Raw_Transaction_The_Easy_Way.md rename to 3_4__Interlude_Writing_a_Raw_Transaction_The_Easy_Way.md index b912f6a..e54c39f 100644 --- a/3_4__Interlude_Write_a_Raw_Transaction_The_Easy_Way.md +++ b/3_4__Interlude_Writing_a_Raw_Transaction_The_Easy_Way.md @@ -1,4 +1,4 @@ -# Interlude: Write a Raw Transaction the Easy Way +# Interlude: Writing a Raw Transaction the Easy Way The purpose of this tutorial is to show you the very basics of Bitcoin raw transactions, so that you can work at things at a fundamental level. If you were writing a wallet or something other Bitcoin software, you'd probably want to do things exactly as described here. However, if you were (satoshi forfend!) regularly sending bitcoins about through raw transactions created by hand, then you'd want to have a little better insurance that you weren't making mistakes.