From: CryptoManiac Date: Thu, 27 Aug 2015 21:49:39 +0000 (+0300) Subject: TODO X-Git-Url: https://git.novaco.in/?p=NovacoinLibrary.git;a=commitdiff_plain;h=200e684573ed08672fbe2d29e858f12f561db0d1 TODO --- diff --git a/Novacoin/ByteQueue.cs b/Novacoin/ByteQueue.cs index 11601bb..dc18437 100644 --- a/Novacoin/ByteQueue.cs +++ b/Novacoin/ByteQueue.cs @@ -40,6 +40,11 @@ namespace Novacoin } } + /// + /// Stream of bytes. + /// + /// TODO: rewrite using MemoryStream + /// public class ByteQueue { private int _Index;