mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-12-24 23:48:32 +00:00
Edited ch06.asciidoc with Atlas code editor
This commit is contained in:
parent
b9c793cbf1
commit
fb3930befe
@ -191,7 +191,7 @@ Consider our example in <<transactions_behind_the_scenes>>. The transaction inpu
|
|||||||
|
|
||||||
As you can see, there is only one input in the list (because one UTXO contained sufficient value to make this payment). The input contains four elements:
|
As you can see, there is only one input in the list (because one UTXO contained sufficient value to make this payment). The input contains four elements:
|
||||||
|
|
||||||
* A transaction ID, referencing the transaction that contains the UTXO being spent
|
* A ((("transactions", "transaction IDs")))transaction ID, referencing the transaction that contains the UTXO being spent
|
||||||
* An output index (+vout+), identifying which UTXO from that transaction is referenced (first one is zero)
|
* An output index (+vout+), identifying which UTXO from that transaction is referenced (first one is zero)
|
||||||
* A +scriptSig+, which satisfies the conditions placed on the UTXO, unlocking it for spending
|
* A +scriptSig+, which satisfies the conditions placed on the UTXO, unlocking it for spending
|
||||||
* A sequence number (to be discussed later)
|
* A sequence number (to be discussed later)
|
||||||
|
Loading…
Reference in New Issue
Block a user