|
|
@ -114,6 +114,7 @@ public: |
|
|
|
return CBasicKeyStore::HaveKey(address); |
|
|
|
return CBasicKeyStore::HaveKey(address); |
|
|
|
return mapCryptedKeys.count(address) > 0; |
|
|
|
return mapCryptedKeys.count(address) > 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|
bool GetKey(const CBitcoinAddress &address, CKey& keyOut) const; |
|
|
|
bool GetKey(const CBitcoinAddress &address, CKey& keyOut) const; |
|
|
|
bool GetPubKey(const CBitcoinAddress &address, std::vector<unsigned char>& vchPubKeyOut) const; |
|
|
|
bool GetPubKey(const CBitcoinAddress &address, std::vector<unsigned char>& vchPubKeyOut) const; |
|
|
|