Compare commits

...

1 Commits

Author SHA1 Message Date
Sky Young
abcafa5b72
Increase maximum ancestor count to 1250 2019-02-26 12:25:29 -07:00

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.