mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
make SetHash160 return a value (as specified in the function signature)
This commit is contained in:
parent
491ad6db50
commit
5326a31249
@ -244,6 +244,7 @@ public:
|
|||||||
bool SetHash160(const uint160& hash160)
|
bool SetHash160(const uint160& hash160)
|
||||||
{
|
{
|
||||||
SetData(fTestNet ? 111 : 0, &hash160, 20);
|
SetData(fTestNet ? 111 : 0, &hash160, 20);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool SetPubKey(const std::vector<unsigned char>& vchPubKey)
|
bool SetPubKey(const std::vector<unsigned char>& vchPubKey)
|
||||||
|
Loading…
Reference in New Issue
Block a user