1
0
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:
Andreas M. Antonopoulos 2016-08-08 17:04:13 -05:00
parent 9f58016b95
commit a963eca951

View File

@ -91,7 +91,7 @@ However, to spend the segregated witness output, Bobs transaction has an empt
“Vin” : [ “Vin” : [
"txid": "0627052b6f28912f2703066a912ea577f2ce4da4caa5a5fbd8a57286c345c2f2", "txid": "0627052b6f28912f2703066a912ea577f2ce4da4caa5a5fbd8a57286c345c2f2",
"vout": 0, "vout": 0,
"scriptSig": “<Bobs scriptSig>”, "scriptSig": “”,
] ]
[....] [....]
“witness”: “<Bobs scriptSig>” “witness”: “<Bobs scriptSig>”