Comment
authorCryptoManiac <balthazar.ad@gmail.com>
Fri, 28 Aug 2015 11:57:07 +0000 (14:57 +0300)
committerCryptoManiac <balthazar.ad@gmail.com>
Fri, 28 Aug 2015 11:57:07 +0000 (14:57 +0300)
Novacoin/Hash.cs

index 5386cb3..822cadd 100644 (file)
@@ -94,6 +94,7 @@ namespace Novacoin
 
         public override int GetHashCode()
         {
+            // It's a hash already, so any idea of trying to get its hashcode doesn't make any sense to me
             throw new NotSupportedException();
         }