diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-09-03 10:48:28 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-09-03 11:27:43 +0000 |
commit | be6acfd5be44c07e72982db34d0386423deacdb0 (patch) | |
tree | 99f144e0b9f7d594c51e0f532d981af25c0aea50 /src/wallet/wallet2.h | |
parent | Merge pull request #4223 (diff) | |
download | monero-be6acfd5be44c07e72982db34d0386423deacdb0.tar.xz |
wallet2: factor new blockchain setup
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 2d45f4e3e..9d74cbf15 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -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; |