mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-07-05 14:22:38 +00:00
Edited ch06_transactions.adoc with Atlas code editor
This commit is contained in:
parent
72e493607f
commit
a762197f1c
@ -182,7 +182,7 @@ image::images/mbc3_0602.png["map of bytes in the inputs field of Alice's transac
|
|||||||
|
|
||||||
==== Length of Transaction Input List
|
==== Length of Transaction Input List
|
||||||
|
|
||||||
The transaction input list starts with an integer indicating the number of inputs
|
The ((("transactions", "inputs", "length of list", id="transaction-input-length")))((("inputs", "length of list", id="input-transaction-length")))transaction input list starts with an integer indicating the number of inputs
|
||||||
in the transaction. The minimum value is one. There's no explicit
|
in the transaction. The minimum value is one. There's no explicit
|
||||||
maximum value, but restrictions on the maximum size of a transaction
|
maximum value, but restrictions on the maximum size of a transaction
|
||||||
effectively limit transactions to a few thousand inputs. The number is
|
effectively limit transactions to a few thousand inputs. The number is
|
||||||
@ -262,7 +262,7 @@ Each input in a transaction must contain three fields:
|
|||||||
|
|
||||||
We'll look at each of those fields in the following sections. Some
|
We'll look at each of those fields in the following sections. Some
|
||||||
inputs also include a witness stack, but this is serialized at the end of a
|
inputs also include a witness stack, but this is serialized at the end of a
|
||||||
transaction and so we'll examine it later.
|
transaction and so we'll ((("transactions", "inputs", "length of list", startref="transaction-input-length")))((("inputs", "length of list", startref="input-transaction-length")))examine it later.
|
||||||
|
|
||||||
|
|
||||||
[[outpoints]]
|
[[outpoints]]
|
||||||
|
Loading…
Reference in New Issue
Block a user