diff options
author | gdmojo <78273629+gdmojo@users.noreply.github.com> | 2021-01-31 11:48:05 +0000 |
---|---|---|
committer | gdmojo <78273629+gdmojo@users.noreply.github.com> | 2021-02-20 18:23:06 +0000 |
commit | f346e3ec0e53707655538eb2681e8148dd650004 (patch) | |
tree | fd6057183404b440fc16f0913121ead903304071 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #7260 (diff) | |
download | monero-f346e3ec0e53707655538eb2681e8148dd650004.tar.xz |
wallet_rpc_payments: implement multithreading
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 61104c87f..80d31d6b0 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -463,6 +463,7 @@ namespace cryptonote std::atomic<bool> m_need_payment; boost::posix_time::ptime m_last_rpc_payment_mining_time; bool m_rpc_payment_mining_requested; + uint32_t m_rpc_payment_threads = 0; bool m_daemon_rpc_payment_message_displayed; float m_rpc_payment_hash_rate; std::atomic<bool> m_suspend_rpc_payment_mining; |