Make these pieces work together.

This commit is contained in:
JoelKatz
2011-11-28 19:33:50 -08:00
parent aee1e9f180
commit 75f1eb80a4
7 changed files with 21 additions and 14 deletions

View File

@@ -59,7 +59,7 @@ NewcoinAddress::NewcoinAddress(const char* pszAddress)
SetString(pszAddress);
}
uint160 NewcoinAddress::GetHash160()
uint160 NewcoinAddress::GetHash160() const
{
assert(vchData.size() == 20);
uint160 hash160;