Add compile time checking for all cs_KeyStore runtime locking assertions

pull/13077/head
practicalswift 7 years ago
parent 25ad2f75f5
commit 66dc662c8a

@ -54,7 +54,7 @@ protected:
ScriptMap mapScripts;
WatchOnlySet setWatchOnly;
void ImplicitlyLearnRelatedKeyScripts(const CPubKey& pubkey);
void ImplicitlyLearnRelatedKeyScripts(const CPubKey& pubkey) EXCLUSIVE_LOCKS_REQUIRED(cs_KeyStore);
public:
bool AddKeyPubKey(const CKey& key, const CPubKey &pubkey) override;

Loading…
Cancel
Save