Add ToBytes() implementation for CBlock and CBlockHeader
[NovacoinLibrary.git] / Novacoin / CTransaction.cs
index 8146685..6e40a0b 100644 (file)
@@ -113,7 +113,7 @@ namespace Novacoin
             return tx;
         }
 
-        IList<byte> ToBytes()
+        public IList<byte> ToBytes()
         {
             List<byte> resultBytes = new List<byte>();