Work toward policy based network connectivity.

This commit is contained in:
Arthur Britto
2012-04-25 23:04:38 -07:00
parent ea809a0fe0
commit 396eca1a3c
15 changed files with 315 additions and 144 deletions

View File

@@ -16,7 +16,7 @@ NewcoinAddress::NewcoinAddress()
nVersion = VER_NONE;
}
bool NewcoinAddress::IsValid() const
bool NewcoinAddress::isValid() const
{
return !vchData.empty();
}