mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Work toward policy based network connectivity.
This commit is contained in:
@@ -16,7 +16,7 @@ NewcoinAddress::NewcoinAddress()
|
||||
nVersion = VER_NONE;
|
||||
}
|
||||
|
||||
bool NewcoinAddress::IsValid() const
|
||||
bool NewcoinAddress::isValid() const
|
||||
{
|
||||
return !vchData.empty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user