wallet2: factor new blockchain setup

This commit is contained in:
moneromooo-monero
2018-09-03 10:48:28 +00:00
parent 91c7d68b2d
commit be6acfd5be
2 changed files with 18 additions and 36 deletions
+2
View File
@@ -1241,6 +1241,8 @@ namespace tools
void cache_tx_data(const cryptonote::transaction& tx, const crypto::hash &txid, tx_cache_data &tx_cache_data) const;
void setup_new_blockchain();
cryptonote::account_base m_account;
boost::optional<epee::net_utils::http::login> m_daemon_login;
std::string m_daemon_address;