From bc96f0a156034a744fab0f1fd62aec164698c67b Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 28 Mar 2017 14:29:50 -0700 Subject: [PATCH] Update 4_0_Creating_Basic_Bitcoin_Transactions.md --- 4_0_Creating_Basic_Bitcoin_Transactions.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/4_0_Creating_Basic_Bitcoin_Transactions.md b/4_0_Creating_Basic_Bitcoin_Transactions.md index e691e69..47d7ca7 100644 --- a/4_0_Creating_Basic_Bitcoin_Transactions.md +++ b/4_0_Creating_Basic_Bitcoin_Transactions.md @@ -1,3 +1,5 @@ +# Section Four: Creating Basic Bitcoin Transactions + This section describes how to send basic Bitcoin transactions from the command line, using only the bitcoin-cli interface. ## Objectives for This Section @@ -6,8 +8,7 @@ After working through this section, a developer will be able to: * Decide How to Send Money Through Bitcoin * Create a Raw Transaction - - [[decide whether this should include OP_RETURN or not]] + * Use Arithmetic to Calculate Fees Supporting objectives include the ability to: