Allow up to 101000 blocks to be batch requested

This commit is contained in:
Sky Young 2019-07-19 11:42:45 -06:00
parent f73c9d2320
commit bad3388cab

View File

@ -218,7 +218,7 @@ exports.MAX_REQUEST = 5000;
* @default
*/
exports.MAX_BLOCK_REQUEST = 50000 + 1000;
exports.MAX_BLOCK_REQUEST = 100000 + 1000;
/**
* Maximum number of tx requests.