Static methods for output array serialization and deserialization.
[NovacoinLibrary.git] / Novacoin / base_uint.cs
index adfa75f..d7b8f4c 100644 (file)
@@ -81,7 +81,7 @@ namespace Novacoin
         /// <summary>
         /// Zero or the position of highest non-zero bit plus one.
         /// </summary>
-        protected int bits
+        public int bits
         {
             get
             {
@@ -238,7 +238,7 @@ namespace Novacoin
         }
         #endregion
 
-        #region Cast oerations
+        #region Cast operations
         /// <summary>
         /// True cast operator
         /// </summary>