From 5ea17909caec3ca9f96e3dbd360ee952528de43c Mon Sep 17 00:00:00 2001 From: Dusan Klinec Date: Tue, 20 Nov 2018 14:40:51 +0100 Subject: device/trezor: debugging features, trezor tests --- src/wallet/wallet2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wallet') diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 3b2dd6076..32eda5e17 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -67,6 +67,7 @@ #define MONERO_DEFAULT_LOG_CATEGORY "wallet.wallet2" class Serialization_portability_wallet_Test; +class wallet_accessor_test; namespace tools { @@ -171,6 +172,7 @@ namespace tools class wallet2 { friend class ::Serialization_portability_wallet_Test; + friend class ::wallet_accessor_test; friend class wallet_keys_unlocker; friend class wallet_device_callback; public: -- cgit v1.2.3