mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-04-15 06:46:08 +00:00
Update ch10_network.adoc
This section talked about that a wallet can scan scripts in outpoints which means in outputs that referenced by txid in inputs. Since the source is the input, it means these places are that the wallet send money and not receive money. The wallet will find the received money in the outputs not in outpoints
This commit is contained in:
parent
275c4eb8ea
commit
b8b2621052
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user