Merge pull request #8618

1114e7e fix(trezor-tests): fix trezor tests build, fix integrated addr test (Dusan Klinec)
This commit is contained in:
luigi1111 2022-12-01 01:08:53 -06:00
commit 2f168da7f7
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
4 changed files with 26 additions and 5 deletions

View file

@ -39,6 +39,7 @@
#include <boost/thread/thread.hpp>
#include <boost/thread/condition_variable.hpp>
class WalletApiAccessorTest;
namespace Monero {
class TransactionHistoryImpl;
@ -248,6 +249,7 @@ private:
friend class AddressBookImpl;
friend class SubaddressImpl;
friend class SubaddressAccountImpl;
friend class ::WalletApiAccessorTest;
std::unique_ptr<tools::wallet2> m_wallet;
mutable boost::mutex m_statusMutex;