From 4cee9e6932ecdcc3b34869828a282087db0e7502 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 00:25:27 +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 78cb36a7..b657478a 100644 --- a/ch06_transactions.adoc +++ b/ch06_transactions.adoc @@ -30,7 +30,7 @@ that's highly expressive and amazingly reliable. [[tx_structure]] === A Serialized Bitcoin Transaction -In <>, we used Bitcoin Core with +In <>, we ((("transactions", "serialized", id="transaction-serialize")))((("serialized transactions", id="serial-transactions")))((("Bitcoin Core", "serialized transactions", id="bitcoin-core-serial-transaction")))used Bitcoin Core with the txindex option enabled to retrieve a copy of Alice's payment to Bob. Let's retrieve the transaction containing that payment again, as shown in <>. @@ -80,7 +80,7 @@ The transaction displayed in hexadecimal in <> is replicated as a byte map in <>. Note that it takes 64 hexadecimal characters to display 32 bytes. This map shows only the top-level fields. We'll examine each of them in the order they appear -in the transaction and describe any additional fields that they contain. +in the transaction and describe any additional fields that they((("transactions", "serialized", startref="transaction-serialize")))((("serialized transactions", startref="serial-transactions")))((("Bitcoin Core", "serialized transactions", startref="bitcoin-core-serial-transaction"))) contain. [[alice_tx_byte_map]] .A byte map of Alice's transaction