Add vtx.Length value to output.
authorCryptoManiac <balthazar@yandex.ru>
Wed, 9 Sep 2015 20:20:16 +0000 (23:20 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Wed, 9 Sep 2015 20:20:16 +0000 (23:20 +0300)
Novacoin/CBlockStore.cs

index 6485f0c..1b600b9 100644 (file)
@@ -1392,7 +1392,7 @@ namespace Novacoin
                 }
 
                 int nCount = blockMap.Count;
-                Console.WriteLine("nCount={0}, Hash={1}, Time={2}", nCount, block.header.Hash, DateTime.Now); // Commit on each 100th block
+                Console.WriteLine("nCount={0}, Hash={1}, NumTx={2}, Time={3}", nCount, block.header.Hash, block.vtx.Length, DateTime.Now); // Commit on each 100th block
 
                 /*
                 if (nCount % 100 == 0 && nCount != 0)