Get rid of HexToList and HexToEnumerable functions
[NovacoinLibrary.git] / Novacoin / CBlock.cs
index f33dda6..fc3d32d 100644 (file)
@@ -60,7 +60,7 @@ namespace Novacoin
         /// Parse byte sequence and initialize new block instance
         /// </summary>
         /// <param name="blockBytes"></param>
-               public CBlock (IList<byte> blockBytes)
+               public CBlock (byte[] blockBytes)
                {
             ByteQueue wBytes = new ByteQueue(blockBytes);