diff --git a/src/wallet/scriptpubkeyman.h b/src/wallet/scriptpubkeyman.h index 24c8af8b4e..2cf1817927 100644 --- a/src/wallet/scriptpubkeyman.h +++ b/src/wallet/scriptpubkeyman.h @@ -487,6 +487,8 @@ class DescriptorScriptPubKeyMan : public ScriptPubKeyMan public: using ScriptPubKeyMan::ScriptPubKeyMan; + mutable RecursiveMutex cs_desc_man; + bool GetNewDestination(const OutputType type, CTxDestination& dest, std::string& error) override; isminetype IsMine(const CScript& script) const override;