bcash icon indicating copy to clipboard operation
bcash copied to clipboard

Protocol-Test: Remove unnecessary MAX_INV Limit to MAX_MESSAGE test / Or replace.

Open jjgg22zh opened this issue 6 years ago • 0 comments

The following Test found in https://github.com/bcoin-org/bcash/blob/master/test/protocol-test.js#L151

The GetDataPacket size values to 1800003 Whilst the current updated MAX_MESSAGE value is 2097152

There is a possibility of changing the typeof invitems, or simply removing the test I'd be willing to hear out what is the better option. So that I can replace or remove the check in the test file for ci purposes.

jjgg22zh avatar May 15 '19 23:05 jjgg22zh