Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
1331585
Topic
123900
Board
Development & Technical Discussion
Re: bitsofproof supernode vulnerability: block chain split / node isolation
by
Sergio_Demian_Lerner
on
12/11/2012, 21:33:14 UTC
Quote from: grau on November 12, 2012, 09:31:52 PM
Quote from: Sergio_Demian_Lerner on November 12, 2012, 09:26:41 PM
I don't think so. Check
https://en.bitcoin.it/w/images/en/7/70/Bitcoin_OpCheckSig_InDetail.png
The script scriptSig is completely removed from the transaction when the hash is performed. It's replaced by a part of the previous scriptPubKey.
Yes, but the value part of the TxOut structure would be different isn't it ? That is part of the hash.
IMHO, No.
The only difference between TxA and TxB is the signature and the public key, and both are removed before the hash is calculated.