mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-15 07:03:40 +01:00
@@ -173,6 +173,7 @@ public:
|
|||||||
bool GetPubKey(const CKeyID &address, CPubKey& vchPubKeyOut) const override;
|
bool GetPubKey(const CKeyID &address, CPubKey& vchPubKeyOut) const override;
|
||||||
std::set<CKeyID> GetKeys() const override
|
std::set<CKeyID> GetKeys() const override
|
||||||
{
|
{
|
||||||
|
LOCK(cs_KeyStore);
|
||||||
if (!IsCrypted()) {
|
if (!IsCrypted()) {
|
||||||
return CBasicKeyStore::GetKeys();
|
return CBasicKeyStore::GetKeys();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user