X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=NovacoinTest%2FProgram.cs;h=f374b3c0a0209ec7d4dff8591c83ace85bc10ee8;hb=9f2e2cad42a92a3f8d3bf6eff75d49d61fdc7295;hp=3ccddf4d015c4b1950f2332f705d2c88edeac5d4;hpb=5c9959adf8c0173dce35d97042f1b93d593fee0d;p=NovacoinLibrary.git diff --git a/NovacoinTest/Program.cs b/NovacoinTest/Program.cs index 3ccddf4..f374b3c 100644 --- a/NovacoinTest/Program.cs +++ b/NovacoinTest/Program.cs @@ -283,6 +283,7 @@ namespace NovacoinTest 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. @@ -293,11 +294,11 @@ namespace NovacoinTest Console.WriteLine(txNoBug); */ - /* + Console.WriteLine("Reading the block file..."); var bs = new CBlockStore(); bs.ParseBlockFile(); - */ + Console.ReadLine(); }