TODO
authorCryptoManiac <balthazar@yandex.ru>
Thu, 27 Aug 2015 21:49:39 +0000 (00:49 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Thu, 27 Aug 2015 21:49:39 +0000 (00:49 +0300)
Novacoin/ByteQueue.cs

index 11601bb..dc18437 100644 (file)
@@ -40,6 +40,11 @@ namespace Novacoin
         }
     }
 
+    /// <summary>
+    /// Stream of bytes.
+    /// 
+    /// TODO: rewrite using MemoryStream
+    /// </summary>
     public class ByteQueue
     {
         private int _Index;