mirror of
https://github.com/monero-project/monero.git
synced 2025-09-22 23:54:41 -04:00
Merge pull request #8618
1114e7e
fix(trezor-tests): fix trezor tests build, fix integrated addr test (Dusan Klinec)
This commit is contained in:
commit
2f168da7f7
4 changed files with 26 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue