From d8abc5c83a916a3c8fece47dc96e08fd8a9c220b Mon Sep 17 00:00:00 2001 From: "drusselloctal@gmail.com" Date: Sat, 1 Nov 2014 12:59:21 -0700 Subject: [PATCH] Made changes to ch05.asciidoc --- ch05.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05.asciidoc b/ch05.asciidoc index eff11805..ce57b32c 100644 --- a/ch05.asciidoc +++ b/ch05.asciidoc @@ -5,7 +5,7 @@ [[ch5_intro]] === Introduction -Transactions are the most important part of the bitcoin system. Everything else in bitcoin is designed to ensure that transactions can be created, propagated on the network, validated, and finally added to the global ledger of transactions (the blockchain). Transactions are data structures that encode the transfer of value between participants in the bitcoin system. Each transaction is a public entry in bitcoin's blockchain,the global double-entry bookkeeping ledger. +Transactions are the most important part of the bitcoin system. Everything else in bitcoin is designed to ensure that transactions can be created, propagated on the network, validated, and finally added to the global ledger of transactions (the blockchain). Transactions are data structures that encode the transfer of value between participants in the bitcoin system. Each transaction is a public entry in bitcoin's blockchain, the global double-entry bookkeeping ledger. In this chapter we will examine all the various forms of transactions, what they contain, how to create them, how they are verified, and how they become part of the permanent record of all transactions.