We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb3da0 commit fe09b01Copy full SHA for fe09b01
src/wallet/crypter.h
@@ -173,6 +173,7 @@ class CCryptoKeyStore : public CBasicKeyStore
173
bool GetPubKey(const CKeyID &address, CPubKey& vchPubKeyOut) const override;
174
std::set<CKeyID> GetKeys() const override
175
{
176
+ LOCK(cs_KeyStore);
177
if (!IsCrypted()) {
178
return CBasicKeyStore::GetKeys();
179
}
0 commit comments