diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-04-21 08:26:54 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-21 08:26:54 -0500 |
| commit | 2d729fbdf79e8f161159bd54ac88b2d7836738ac (patch) | |
| tree | 852ba7aa8bf9479c6c0991baef0fa6bd1c0f30e2 /src/wallet/node_rpc_proxy.cpp | |
| parent | 9c660e159ee2d9e2f7c7b7f766193792706f90a3 (diff) | |
| parent | 87d75584e8df95ff53a354438760088e061a6de5 (diff) | |
| download | monzero-core-2d729fbdf79e8f161159bd54ac88b2d7836738ac.tar.gz monzero-core-2d729fbdf79e8f161159bd54ac88b2d7836738ac.tar.xz monzero-core-2d729fbdf79e8f161159bd54ac88b2d7836738ac.zip | |
Merge pull request #6332
87d7558 Allow wallet2.h to run in WebAssembly (woodser)
Diffstat (limited to 'src/wallet/node_rpc_proxy.cpp')
| -rw-r--r-- | src/wallet/node_rpc_proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/node_rpc_proxy.cpp b/src/wallet/node_rpc_proxy.cpp index f3698b599..873c2ee51 100644 --- a/src/wallet/node_rpc_proxy.cpp +++ b/src/wallet/node_rpc_proxy.cpp @@ -51,7 +51,7 @@ namespace tools static const std::chrono::seconds rpc_timeout = std::chrono::minutes(3) + std::chrono::seconds(30); -NodeRPCProxy::NodeRPCProxy(epee::net_utils::http::http_simple_client &http_client, rpc_payment_state_t &rpc_payment_state, boost::recursive_mutex &mutex) +NodeRPCProxy::NodeRPCProxy(epee::net_utils::http::abstract_http_client &http_client, rpc_payment_state_t &rpc_payment_state, boost::recursive_mutex &mutex) : m_http_client(http_client) , m_rpc_payment_state(rpc_payment_state) , m_daemon_rpc_mutex(mutex) |
