mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-16 04:59:35 +00:00
correct to empty scriptSig in P2WPKH
This commit is contained in:
parent
9f58016b95
commit
a963eca951
@ -91,7 +91,7 @@ However, to spend the segregated witness output, Bob’s transaction has an empt
|
||||
“Vin” : [
|
||||
"txid": "0627052b6f28912f2703066a912ea577f2ce4da4caa5a5fbd8a57286c345c2f2",
|
||||
"vout": 0,
|
||||
"scriptSig": “<Bob’s scriptSig>”,
|
||||
"scriptSig": “”,
|
||||
]
|
||||
[....]
|
||||
“witness”: “<Bob’s scriptSig>”
|
||||
|
Loading…
Reference in New Issue
Block a user