Fully clear NewcoinAddress.

This commit is contained in:
Arthur Britto
2012-04-27 14:00:25 -07:00
parent 2494992d5d
commit fe66dcfdc2

View File

@@ -25,6 +25,7 @@ bool NewcoinAddress::isValid() const
void NewcoinAddress::clear()
{
nVersion = VER_NONE;
vchData.clear();
}
#if 0