Checkpoints valudation, PoW reward calculation and continue working on block index.
[NovacoinLibrary.git] / NovacoinTest / Program.cs
index 7483d4b..43a5ed8 100644 (file)
@@ -319,6 +319,8 @@ namespace NovacoinTest
             Console.WriteLine("Reading the block file...");
             var bs = new CBlockStore();
             bs.ParseBlockFile();
+            
+            Console.ReadLine();
         }
     }
 }