Update 4_4_Sending_Coins_with_a_Raw_Transaction.md

This commit is contained in:
Shannon Appelcline 2017-06-07 12:11:16 -07:00 committed by GitHub
parent c8008cfca5
commit eaad1b998d

View File

@ -2,7 +2,7 @@
> **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. > **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning.
As noted at the start of this chapter, the `bitcoin-cli` interface offers three major ways to send coins. Section 4.1 talking about sending them the first way, with the `sendtoaddress` command. Since then, we've been building details on how to send coins a second way, with raw transactions. Section 4.2 taught how to create a raw transaction, an Interlude explained JQ, and section 4.3 demonstrated named arguments. As noted at the start of this chapter, the `bitcoin-cli` interface offers three major ways to send coins. [§4.1](4_1_Sending_Coins_The_Easy_Way.md) talked about sending them the first way, using the `sendtoaddress` command. Since then, we've been building details on how to send coins a second way, with raw transactions. [§4.2](4_2_Creating_a_Raw_Transaction.md) taught how to create a raw transaction, an [Interlude](4_2__Interlude_Using_JQ.md) explained JQ, and [§4.3](4_3_Creating_a_Raw_Transaction_with_Named_Arguments.md) demonstrated named arguments.
We can now put those together and actually send funds using a raw transaction. We can now put those together and actually send funds using a raw transaction.