Fix misc. minor sign-comparison warnings

This commit is contained in:
Jeff Garzik
2012-04-15 17:00:20 -04:00
committed by Jeff Garzik
parent 0dd710acb6
commit 9fb89c26f3
3 changed files with 4 additions and 4 deletions

View File

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