1
0
Fork 0
forked from lthn/blockchain

fixed compilation issue

This commit is contained in:
cryptozoidberg 2020-07-15 01:06:28 +02:00
parent 2133762010
commit e5694f51f2
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -193,7 +193,7 @@ private:
bool m_use_deffered_global_outputs;
std::atomic<uint64_t> m_last_daemon_height;
std::atomic<uint64_t> m_last_daemon_network_state;
std::shared_ptr<tools::proxy_diagnostic_info> m_pproxy_diganostic_info;
std::shared_ptr<const tools::proxy_diagnostic_info> m_pproxy_diganostic_info;
//std::atomic<bool> m_last_daemon_is_disconnected;
// std::atomic<uint64_t> m_last_wallet_synch_height;
std::atomic<uint64_t> m_wallet_id_counter;