sipa / bitcoin

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

Increase MAX_PROTOCOL_MESSAGE_LENGTH #50

Closed sdaftuar closed 8 years ago

sdaftuar commented 8 years ago

Witness blocks can be greater than 2MiB, but cannot be validly greater than 4MB.

petertodd commented 8 years ago

We should have a unit test that catches this!

sipa commented 8 years ago

Merging.