Merge branch '0.4.x' into 0.5.x
[novacoin.git] / src / base58.h
index cace423..d7fedb1 100644 (file)
@@ -270,7 +270,7 @@ public:
 
     bool IsValid() const
     {
-        int nExpectedSize = 20;
+        unsigned int nExpectedSize = 20;
         bool fExpectTestNet = false;
         switch(nVersion)
         {