From e5694f51f2484a066ff45fc2f0b8565c3ef99da0 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 15 Jul 2020 01:06:28 +0200 Subject: [PATCH] fixed compilation issue --- src/wallet/wallets_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallets_manager.h b/src/wallet/wallets_manager.h index 739ab15e..ccd054e6 100644 --- a/src/wallet/wallets_manager.h +++ b/src/wallet/wallets_manager.h @@ -193,7 +193,7 @@ private: bool m_use_deffered_global_outputs; std::atomic m_last_daemon_height; std::atomic m_last_daemon_network_state; - std::shared_ptr m_pproxy_diganostic_info; + std::shared_ptr m_pproxy_diganostic_info; //std::atomic m_last_daemon_is_disconnected; // std::atomic m_last_wallet_synch_height; std::atomic m_wallet_id_counter;