aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorhyc <hyc@symas.com>2016-08-10 00:54:20 +0100
committerluigi1111 <luigi1111w@gmail.com>2016-08-09 18:54:20 -0500
commit709c7247cd525952e89c4b8975171152a3969d92 (patch)
treeb5df70cfefa575abc6458627a2a56702f032cefa /src/simplewallet/simplewallet.h
parentfix restore-deterministic height (diff)
downloadmonero-709c7247cd525952e89c4b8975171152a3969d92.tar.xz
Better fix (#4)
Diffstat (limited to '')
-rw-r--r--src/simplewallet/simplewallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index b35ca0866..46357cfc0 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -243,6 +243,7 @@ namespace cryptonote
bool m_non_deterministic; // old 2-random generation
bool m_trusted_daemon;
bool m_allow_mismatched_daemon_version;
+ bool m_restoring; // are we restoring, by whatever method?
uint64_t m_restore_height; // optional
std::string m_daemon_address;