From 9b4a15bea004baefec0dcbe5c78cfa68fbc301ba Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 01:32:52 +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 10a23acc..135796f5 100644 --- a/ch06_transactions.adoc +++ b/ch06_transactions.adoc @@ -728,7 +728,7 @@ learn how to ((("transactions", "outputs", startref="transaction-output")))((("o [[witness_structure]] === Witness Structure -In court, a witness is someone who testifies that they saw something +In court,((("transactions", "witnesses", id="transaction-witness")))((("witnesses", id="witness"))) a witness is someone who testifies that they saw something important happen. Human witnesses aren't always reliable, so courts have various processes for interrogating witnesses to (ideally) only accept evidence from those who are reliable. @@ -1033,7 +1033,7 @@ size. Legacy inputs don't contain any witness items so their witness stack consists entirely of a count of zero (0x00). -Alice's transaction contains one input and one witness item. +Alice's transaction contains one input and one ((("transactions", "witnesses", startref="transaction-witness")))((("witnesses", startref="witness")))witness item. [[lock_time]] === Lock Time