From 315e67bbb4e6a55e91954179414d93f64bb63a2c Mon Sep 17 00:00:00 2001 From: nadams Date: Tue, 25 Apr 2017 06:46:29 -0700 Subject: [PATCH] Edited ch06.asciidoc with Atlas code editor --- ch06.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ch06.asciidoc b/ch06.asciidoc index 262787fc..17c0ac53 100644 --- a/ch06.asciidoc +++ b/ch06.asciidoc @@ -142,7 +142,7 @@ The process of converting from the byte-stream representation of a transaction t See if you can manually decode Alice's transaction from the serialized hexadecimal form, finding some of the elements we saw previously. The section containing the two outputs is highlighted to help you: ----- + +0100000001186f9f998a5aa6f048e51dd8419a14d8a0f1a8a2836dd73+ +4d2804fe65fa35779000000008b483045022100884d142d86652a3f47+ +ba4746ec719bbfbd040a570b1deccbb6498c75c4ae24cb02204b9f039+ @@ -153,7 +153,7 @@ See if you can manually decode Alice's transaction from the serialized hexadecim *+8025513c3dbd2f7b92a94e0581f5d50f654e788acd0ef800000000000+* *+1976a9147f9b1a7fb68d60c536c2fd8aeaa53a8f3cc025a888ac+* +00000000+ ----- + Here are some hints: @@ -255,7 +255,7 @@ As with the outputs, let's see if we can find the inputs from Alice's transactio Now, let's see if we can identify these fields in the serialized hex encoding: ----- + +0100000001+*+186f9f998a5aa6f048e51dd8419a14d8a0f1a8a2836dd73+* *+4d2804fe65fa35779000000008b483045022100884d142d86652a3f47+* *+ba4746ec719bbfbd040a570b1deccbb6498c75c4ae24cb02204b9f039+* @@ -266,7 +266,7 @@ Now, let's see if we can identify these fields in the serialized hex encoding: +8025513c3dbd2f7b92a94e0581f5d50f654e788acd0ef800000000000+ +1976a9147f9b1a7fb68d60c536c2fd8aeaa53a8f3cc025a888ac00000+ +000+ ----- + Hints: