New notaries activate 814000

This commit is contained in:
jl777
2018-04-17 10:37:47 +03:00
parent f78ecb0aba
commit 7eac8c6bc2

View File

@@ -4055,7 +4055,6 @@ void FindFilesToPrune(std::set<int>& setFilesToPrune)
if (chainActive.Tip()->nHeight <= Params().PruneAfterHeight()) {
return;
}
unsigned int nLastBlockWeCanPrune = chainActive.Tip()->nHeight - MIN_BLOCKS_TO_KEEP;
uint64_t nCurrentUsage = CalculateCurrentUsage();
// We don't check to prune until after we've allocated new space for files