Why is the Serialization limit set to 0x02000000?

2

In addition to the block size limit, there is a limit on the maximum message size. Is there a rationale behind the 32MB limit set in src/serialize.h or was it picked because it's just a nice round number?

OverlordQ

Posted 2018-08-02T16:00:22.380

Reputation: 21

No answers