diff --git a/src/wallet/scriptpubkeyman.h b/src/wallet/scriptpubkeyman.h --- a/src/wallet/scriptpubkeyman.h +++ b/src/wallet/scriptpubkeyman.h @@ -621,6 +621,8 @@ 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;