PostsCommentsPayoutspinhead26 (25)in #bitcoin • 8 years agoRE: bitcoin spinoff fork - how to make a clean fork without any replay attack and no blockchain visible changesMaybe it's this line right here, casting nHashType as an unsigned char (1 byte):pinhead26 (25)in #bitcoin • 8 years agoRE: bitcoin spinoff fork - how to make a clean fork without any replay attack and no blockchain visible changesRight that's what I meant sorry, 4 bytes are signed but only 1 byte goes into the serialized transaction for broadcast. So what I'm asking is, where in the Tx serialization…pinhead26 (25)in #bitcoin • 8 years agoRE: bitcoin spinoff fork - how to make a clean fork without any replay attack and no blockchain visible changesWhere in the Core code does the SIGHASH int get truncated to 1 byte before signing?