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