1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-07-04 13:52:42 +00:00

Revert "Update ch10_network.adoc"

This reverts commit b8b2621052.
This commit is contained in:
Rafael 2025-02-01 23:55:59 +02:00
parent 73d2924791
commit 115dcc873f

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