mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
Make these pieces work together.
This commit is contained in:
@@ -59,7 +59,7 @@ NewcoinAddress::NewcoinAddress(const char* pszAddress)
|
||||
SetString(pszAddress);
|
||||
}
|
||||
|
||||
uint160 NewcoinAddress::GetHash160()
|
||||
uint160 NewcoinAddress::GetHash160() const
|
||||
{
|
||||
assert(vchData.size() == 20);
|
||||
uint160 hash160;
|
||||
|
||||
Reference in New Issue
Block a user