]> Git Repo - VerusCoin.git/commitdiff
New notaries activate 814000
authorjl777 <[email protected]>
Tue, 17 Apr 2018 07:37:47 +0000 (10:37 +0300)
committerjl777 <[email protected]>
Tue, 17 Apr 2018 07:37:47 +0000 (10:37 +0300)
src/main.cpp

index 029429cb814fc9fd72b6a37655ddf08a21715059..ccd8bbd19045e24fca2560a32c2a4b0df645d283 100644 (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
This page took 0.030081 seconds and 4 git commands to generate.