sipa / bitcoin

Bitcoin integration/staging tree
http://www.bitcoin.org
MIT License
88 stars 21 forks source link

Backward compatible serialization #40

Closed NicolasDorier closed 8 years ago

NicolasDorier commented 8 years ago

The deserialization of a tx message without txin sent by an old client is currently be different than before even if the WITNESS serialization flag is off.

sipa commented 8 years ago

Merging.