mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-06-06 16:18:50 +00:00
Edited ch11_blockchain.adoc with Atlas code editor
This commit is contained in:
parent
869a540096
commit
639e50aee8
@ -524,7 +524,7 @@ largest possible Bitcoin block.
|
|||||||
|
|
||||||
=== Merkle Trees and Lightweight Clients
|
=== Merkle Trees and Lightweight Clients
|
||||||
|
|
||||||
Merkle trees are used extensively by lightweight clients. Lightweight clients don't
|
Merkle trees are ((("Bitcoin network", "lightweight clients", "merkle trees and")))((("lightweight clients", "merkle trees and")))used extensively by lightweight clients. Lightweight clients don't
|
||||||
have all transactions and do not download full blocks, just block
|
have all transactions and do not download full blocks, just block
|
||||||
headers. In order to verify that a transaction is included in a block,
|
headers. In order to verify that a transaction is included in a block,
|
||||||
without having to download all the transactions in the block, they use
|
without having to download all the transactions in the block, they use
|
||||||
|
Loading…
Reference in New Issue
Block a user