device/trezor: debugging features, trezor tests

This commit is contained in:
Dusan Klinec
2018-11-20 14:40:51 +01:00
parent 31bdf7bd11
commit 5ea17909ca
24 changed files with 3616 additions and 177 deletions
+2
View File
@@ -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: