diff --git a/ch06.asciidoc b/ch06.asciidoc index ebe13ad9..afda6f65 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 <>. The serialization of the signature portion is further elaborated on in <>. This portion includes a Signature Hash Type (SIGHASH), which is detailed 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 field is detailed in <>. The signature field also includes a Signature Hash Type (SIGHASH), which is detailed in <>. [[scriptsig_in_structure]] .ScriptSig input serialization @@ -295,7 +295,7 @@ When scriptSigs are serialized for transmission on the network, their inputs are | 1–9 bytes (VarInt) | Signature Size | Signature length in bytes, to follow | Variable | Signature | A signature that is produced by the user’s wallet from his or her private key, which includes a SIGHASH | 1–9 bytes (VarInt) | Public Key Size | Public key length in bytes, to follow -| Variable | Public Key | The public key, which is equivalent to a bitcoin address, without the Base58Check encoding +| Variable | Public Key | The public key, unhashed |======= [[tx_fees]]