From 911d4a073e2cfc0f3d274b991ba3318b737f1b16 Mon Sep 17 00:00:00 2001 From: krupawan5618 Date: Mon, 8 Mar 2021 13:21:40 -0500 Subject: [PATCH] Update ch06.asciidoc --- ch06.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06.asciidoc b/ch06.asciidoc index bfec458c..ebe13ad9 100644 --- a/ch06.asciidoc +++ b/ch06.asciidoc @@ -285,7 +285,7 @@ Hints: * The length of the +scriptSig+ is 139 bytes, or +8b+ in hex * The sequence number is set to +FFFFFFFF+, again easy to identify((("", startref="alicesix"))) -When scriptSigs are serialized for transmission on the network, their inputs are encoded into a byte stream as shown in <>. +When scriptSigs are serialized for transmission on the network, their inputs are encoded into a byte stream as shown in <>. The serialization of the signature portion is further elaborated on in <>. This portion includes a Signature Hash Type (SIGHASH), which is detailed in <>. [[scriptsig_in_structure]] .ScriptSig input serialization