aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-12-01 01:08:53 -0600
committerluigi1111 <luigi1111w@gmail.com>2022-12-01 01:08:53 -0600
commit2f168da7f7e09e3351db95e66623759f11a83191 (patch)
treed8b22a9f60781b09ba6ebe702b2b6181b3428f84 /src
parentMerge pull request #8616 (diff)
parentfix(trezor-tests): fix trezor tests build, fix integrated addr test (diff)
downloadmonero-2f168da7f7e09e3351db95e66623759f11a83191.tar.xz
Merge pull request #8618
1114e7e fix(trezor-tests): fix trezor tests build, fix integrated addr test (Dusan Klinec)
Diffstat (limited to 'src')
-rw-r--r--src/wallet/api/wallet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h
index ec2d7e9b3..4ac672287 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -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;