mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-07-04 05:42:37 +00:00
parent
73d2924791
commit
115dcc873f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user