aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-07-24 14:29:10 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-07-24 14:29:10 -0500
commitc4071a00fb142f9824a1faca9e172287463b173f (patch)
treed232625ff30025f20ba08744c977f74d6dd47888 /src/wallet/wallet2.h
parentMerge pull request #5597 (diff)
parentRemember RPC version on initial connect (diff)
downloadmonero-c4071a00fb142f9824a1faca9e172287463b173f.tar.xz
Merge pull request #5600
dd58057 Remember RPC version on initial connect (hyc)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r--src/wallet/wallet2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index 43fa8cb6d..a6d042297 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -1506,6 +1506,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;