deanmlittle / bsv-p2p

A fork of bitcore-p2p for BitcoinSV with bsv.js compatibility.
MIT License
32 stars 15 forks source link

Remove check for version message finish #19

Closed breavyn closed 3 years ago

breavyn commented 3 years ago

Starting with bitcoin-sv 1.0.7, version messages have an additional field containing the association id. Removing the check that enforces version message length allows the library to remain compatible with new nodes without implementing the multiple streams feature.