1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-11 00:01:03 +00:00

Update ch06.asciidoc

This commit is contained in:
krupawan5618 2021-03-08 13:21:40 -05:00 committed by GitHub
parent a3ce7114be
commit 911d4a073e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <<scriptsig_in_structure>>.
When scriptSigs are serialized for transmission on the network, their inputs are encoded into a byte stream as shown in <<scriptsig_in_structure>>. The serialization of the signature portion is further elaborated on in <<seralization_of_signatures_der>>. This portion includes a Signature Hash Type (SIGHASH), which is detailed in <<sighash_types>>.
[[scriptsig_in_structure]]
.ScriptSig input serialization