Fix misc. minor sign-comparison warnings

This commit is contained in:
Jeff Garzik
2012-04-15 17:00:20 -04:00
committed by Luke Dashjr
parent 1b7e5cbcad
commit 7f34351910
3 changed files with 4 additions and 4 deletions

View File

@@ -255,7 +255,7 @@ public:
bool IsValid() const
{
int nExpectedSize = 20;
unsigned int nExpectedSize = 20;
bool fExpectTestNet = false;
switch(nVersion)
{