1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-04-15 06:46:08 +00:00
This commit is contained in:
Rafael Jan 2025-02-02 13:30:50 -05:00 committed by GitHub
commit 247ccc685e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1021,7 +1021,7 @@ block. In other words, the output script being spent.
This had several advantages. First, it meant that wallets didn't need
to track outpoints; they could instead just scan for the
output scripts to which they expected to receive money. Second, any time a
output scripts in which they expected to send money. Second, any time a
later transaction in a block spends the output of an earlier
transaction in the same block, they'll both reference the same
output script. More than one reference to the same output script is

View File

@ -527,7 +527,7 @@ The largest possible block can hold almost 16,000 transactions in 4,000,000
bytes, but proving any particular one of those 16,000 transactions
is a part of that block only requires a copy of the transaction, a copy
of the 80-byte block header, and 448 bytes for the merkle proof. That
makes the largest possible proof almost 10,000 times smaller than the
makes the largest possible proof almost 5,000 times smaller than the
largest possible Bitcoin block.
=== Merkle Trees and Lightweight Clients