Merge branch 'master' of https://github.com/CryptoManiac/NovacoinLibrary
authorCryptoManiac <balthazar.ad@gmail.com>
Mon, 31 Aug 2015 16:27:38 +0000 (19:27 +0300)
committerCryptoManiac <balthazar.ad@gmail.com>
Mon, 31 Aug 2015 16:27:38 +0000 (19:27 +0300)
Conflicts:
Novacoin/CBlockStore.cs

1  2 
NovacoinTest/Program.cs

diff --combined NovacoinTest/Program.cs
@@@ -283,6 -283,6 +283,7 @@@ namespace NovacoinTes
  
              Console.WriteLine("{0} != {1} : {2}", hash1.ToString(), hash2.ToString(), hash1 != hash2);
              Console.WriteLine("{0} == {1} : {2}\n", hash2.ToString(), hash3.ToString(), hash2 == hash3);
++            
  
              /*
              /// Pre-09854c5 revisions were affected by integer overflow bug, this issue was caused by incorrect deserialization of input value. Below you can see an example, broken transaction and its normal version.
              Console.WriteLine(txNoBug);
              */
  
--            /*
++            
              Console.WriteLine("Reading the block file...");
              var bs = new CBlockStore();
              bs.ParseBlockFile();
--            */
++            
  
              Console.ReadLine();
          }