Hash and CTransaction: remove pre-initialization of properties.
[NovacoinLibrary.git] / Novacoin / Hash.cs
index 941854f..5b1d3b7 100644 (file)
@@ -27,7 +27,7 @@ namespace Novacoin
         /// <summary>
         /// Array of digest bytes.
         /// </summary>
-        protected byte[] _hashBytes = null;
+        protected byte[] _hashBytes;
 
         /// <summary>
         /// Hash size, must be overriden