From 8b5b04814425049f4499a73e065504b952234a81 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 22 Jan 2020 14:22:55 -1000 Subject: [PATCH] Update 04_5_Sending_Coins_with_Automated_Raw_Transactions.md --- 04_5_Sending_Coins_with_Automated_Raw_Transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_5_Sending_Coins_with_Automated_Raw_Transactions.md b/04_5_Sending_Coins_with_Automated_Raw_Transactions.md index cd07649..aad0b8d 100644 --- a/04_5_Sending_Coins_with_Automated_Raw_Transactions.md +++ b/04_5_Sending_Coins_with_Automated_Raw_Transactions.md @@ -1,6 +1,6 @@ # 4.5: Sending Coins with Automated Raw Transactions -> **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. +> :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. This chapter lays out three ways to send funds via Bitcoin's cli interface. [§4.1](04_1_Sending_Coins_The_Easy_Way.md) described how to do so with a simple command, and [§4.4](04_4_Sending_Coins_with_a_Raw_Transaction.md) detailed how to use a more dangerous raw transaction. This final section splits the difference by showing how to make raw transactions simpler and safer.