COutPoint class, coinbase/coinstake properties
[NovacoinLibrary.git] / Novacoin / Hash.cs
index 8cf0b55..fbff17f 100644 (file)
@@ -53,6 +53,7 @@ namespace Novacoin
 
         public Hash(Hash h)
         {
+            _hashBytes = new byte[h.hashSize];
             h._hashBytes.CopyTo(_hashBytes, 0);
         }