1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-03-25 11:55:44 +00:00

Another missing comma

This commit is contained in:
Michalis Kargakis 2014-08-20 14:54:29 +03:00
parent a39956d520
commit 0bf544abae

View File

@ -1,7 +1,7 @@
[[ch02_bitcoin_overview]]
== How Bitcoin Works
=== Transactions, Blocks, Mining and the Blockchain
=== Transactions, Blocks, Mining, and the Blockchain
The bitcoin system, unlike traditional banking and payment systems, is based on de-centralized trust. Instead of a central trusted authority, in bitcoin, trust is achieved as an emergent property from the interactions of different participants in the bitcoin system. In this chapter we will examine bitcoin from a high-level by tracking a single transaction through the bitcoin system and watch as it becomes "trusted" and accepted by the bitcoin mechanism of distributed consensus and is finally recorded on the blockchain, the distributed ledger of all transactions.