Increase maximum ancestor count to 1250

This commit is contained in:
Sky Young 2019-02-26 12:25:29 -07:00 committed by GitHub
parent 2da47b5531
commit abcafa5b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ exports.MAX_P2WSH_SIZE = 3600;
* @default
*/
exports.MEMPOOL_MAX_ANCESTORS = 25;
exports.MEMPOOL_MAX_ANCESTORS = 1250;
/**
* Default maximum mempool size in bytes.