mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-10 23:55:21 +01:00
Previously we would sanity check the -maxmempool configuration based on a multiple of the descendant size limit, but with cluster mempool the maximum evicted size is now the cluster size limit, so use that instead. Also allow -maxmempool=0 in general (and not just if -limitdescendantsize/-limitclustersize is set to 0).