From a762197f1cf36cb636328163b0174fc511a983c9 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 00:39:04 +0000 Subject: [PATCH] Edited ch06_transactions.adoc with Atlas code editor --- ch06_transactions.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch06_transactions.adoc b/ch06_transactions.adoc index e63745b8..a7573b5b 100644 --- a/ch06_transactions.adoc +++ b/ch06_transactions.adoc @@ -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 -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 maximum value, but restrictions on the maximum size of a transaction 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 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]]