diff options
author | Howard Chu <hyc@symas.com> | 2019-06-02 09:27:16 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2019-06-02 09:31:50 +0100 |
commit | dd58057126be2232f2ab59b1b4c18c956ceb20e9 (patch) | |
tree | 750d5e78051ca0565c8b10088502013670f38dca /src/wallet/wallet2.h | |
parent | Merge pull request #5583 (diff) | |
download | monero-dd58057126be2232f2ab59b1b4c18c956ceb20e9.tar.xz |
Remember RPC version on initial connect
Don't keep asking for it on an intact connection
Wallet is too chatty over the wire
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 921c150cb..03514fbdb 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -1504,6 +1504,7 @@ private: uint64_t m_device_last_key_image_sync; bool m_use_dns; bool m_offline; + uint32_t m_rpc_version; // Aux transaction data from device std::unordered_map<crypto::hash, std::string> m_tx_device; |