From ad8fab104ceba3037b195630fc08264cfcacf840 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Mon, 6 Apr 2020 22:28:30 +0200 Subject: [PATCH] fixed typo --- src/wallet/wallets_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallets_manager.cpp b/src/wallet/wallets_manager.cpp index b2da3256..5583e073 100644 --- a/src/wallet/wallets_manager.cpp +++ b/src/wallet/wallets_manager.cpp @@ -1244,7 +1244,7 @@ std::string wallets_manager::get_connectivity_status() gci.is_online = get_is_remote_daemon_connected(); gci.last_daemon_is_disconnected = m_last_daemon_is_disconnected; gci.last_proxy_communicate_timestamp = m_rpc_proxy->get_last_success_interract_time(); - return epee::serialization::store_t_to_json(wsi); + return epee::serialization::store_t_to_json(gci); } std::string wallets_manager::get_wallet_status(uint64_t wallet_id)