diff options
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/signingprovider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/signingprovider.h b/src/script/signingprovider.h index c40fecac5c..bd0dc87ee4 100644 --- a/src/script/signingprovider.h +++ b/src/script/signingprovider.h @@ -72,7 +72,7 @@ protected: void ImplicitlyLearnRelatedKeyScripts(const CPubKey& pubkey) EXCLUSIVE_LOCKS_REQUIRED(cs_KeyStore); public: - mutable CCriticalSection cs_KeyStore; + mutable RecursiveMutex cs_KeyStore; virtual bool AddKeyPubKey(const CKey& key, const CPubKey &pubkey); virtual bool AddKey(const CKey &key) { return AddKeyPubKey(key, key.GetPubKey()); } |