aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-03-15 17:07:03 +0200
committerRiccardo Spagni <ric@spagni.net>2018-03-15 17:07:03 +0200
commita3f0292c060fe5661dff20b2ef381a7063f8cf62 (patch)
tree6020a868a300a431d021ecb0ed18e9ac76430249 /src/simplewallet/simplewallet.h
parentMerge pull request #3398 (diff)
parentwallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate ... (diff)
downloadmonero-a3f0292c060fe5661dff20b2ef381a7063f8cf62.tar.xz
Merge pull request #3271
a7266d6d wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate calls to wallet2 (stoffu) 71d18656 replace invoke_http_json("/json_rpc",...) with invoke_http_json_rpc("/json_rpc",methodname,...) to reduce boilerplate (stoffu)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r--src/simplewallet/simplewallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index 4c7818bf1..6f344439e 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -328,7 +328,6 @@ namespace cryptonote
epee::console_handlers_binder m_cmd_binder;
std::unique_ptr<tools::wallet2> m_wallet;
- epee::net_utils::http::http_simple_client m_http_client;
refresh_progress_reporter_t m_refresh_progress_reporter;
std::atomic<bool> m_idle_run;