diff options
author | stoffu <stoffu@protonmail.ch> | 2018-02-16 10:19:39 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2018-03-15 22:01:51 +0900 |
commit | a7266d6d7bdf9f33ab5b17aef08b19eca1829de5 (patch) | |
tree | 6020a868a300a431d021ecb0ed18e9ac76430249 /src/wallet/wallet_rpc_server.h | |
parent | replace invoke_http_json("/json_rpc",...) with invoke_http_json_rpc("/json_rp... (diff) | |
download | monero-a7266d6d7bdf9f33ab5b17aef08b19eca1829de5.tar.xz |
wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate calls to wallet2
Diffstat (limited to 'src/wallet/wallet_rpc_server.h')
-rw-r--r-- | src/wallet/wallet_rpc_server.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet_rpc_server.h b/src/wallet/wallet_rpc_server.h index bb458aa99..63e886dda 100644 --- a/src/wallet/wallet_rpc_server.h +++ b/src/wallet/wallet_rpc_server.h @@ -224,7 +224,6 @@ namespace tools tools::private_file rpc_login_file; std::atomic<bool> m_stop; bool m_trusted_daemon; - epee::net_utils::http::http_simple_client m_http_client; const boost::program_options::variables_map *m_vm; }; } |