make SetHash160 return a value (as specified in the function signature)
This commit is contained in:
parent
a9ba47101a
commit
690c723e5f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue