mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
Add compile time checking for all cs_KeyStore runtime locking assertions
This commit is contained in:
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…
Reference in New Issue
Block a user