You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signed transaction cell on Notebook P2WPKH on Chapter 2 has the following:
# tx_in with our new sigScript containing the signature we just created
inputs_signed = (
txid
+ index
+ varint_len(scriptsig)
+ scriptsig
+ sequence
)
Actually as we are signing a segwit transaction the scriptsig is left empty.
The text was updated successfully, but these errors were encountered:
MPins
changed the title
Fixing a comment for the Notebook P2WPKH on Chapter 2
Fixing the scriptsig for the Notebook P2WPKH on Chapter 2
Dec 26, 2024
The signed transaction cell on Notebook P2WPKH on Chapter 2 has the following:
Actually as we are signing a segwit transaction the scriptsig is left empty.
The text was updated successfully, but these errors were encountered: