From d2f3ccd10201f950ad31fee463ff00c3fcfecd80 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Fri, 28 Aug 2015 14:57:07 +0300 Subject: [PATCH] Comment --- Novacoin/Hash.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Novacoin/Hash.cs b/Novacoin/Hash.cs index 5386cb3..822cadd 100644 --- a/Novacoin/Hash.cs +++ b/Novacoin/Hash.cs @@ -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(); } -- 1.7.1