Skip to content

Commit

Permalink
Update src/wallet/wallet2.h
Browse files Browse the repository at this point in the history
const http client

Co-Authored-By: xiphon <xiphon@protonmail.com>
  • Loading branch information
woodser and xiphon committed Feb 17, 2020
1 parent 159a06d commit 9da91df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet2.h
Expand Up @@ -1511,7 +1511,7 @@ namespace tools
std::string m_wallet_file;
std::string m_keys_file;
std::string m_mms_file;
std::shared_ptr<epee::net_utils::http::abstract_http_client> m_http_client;
const std::shared_ptr<epee::net_utils::http::abstract_http_client> m_http_client;
hashchain m_blockchain;
std::unordered_map<crypto::hash, unconfirmed_transfer_details> m_unconfirmed_txs;
std::unordered_map<crypto::hash, confirmed_transfer_details> m_confirmed_txs;
Expand Down

0 comments on commit 9da91df

Please sign in to comment.