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 25ad2f7 commit 66dc662Copy full SHA for 66dc662
src/keystore.h
@@ -54,7 +54,7 @@ class CBasicKeyStore : public CKeyStore
54
ScriptMap mapScripts;
55
WatchOnlySet setWatchOnly;
56
57
- void ImplicitlyLearnRelatedKeyScripts(const CPubKey& pubkey);
+ void ImplicitlyLearnRelatedKeyScripts(const CPubKey& pubkey) EXCLUSIVE_LOCKS_REQUIRED(cs_KeyStore);
58
59
public:
60
bool AddKeyPubKey(const CKey& key, const CPubKey &pubkey) override;
0 commit comments