Increase maximum ancestor count to 1250

This commit is contained in:
Sky Young 2019-02-26 12:25:29 -07:00 committed by bitspill
parent 2da47b5531
commit 00850e5e84

View File

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