aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-08-11 14:57:33 +0200
committerRiccardo Spagni <ric@spagni.net>2016-08-11 14:57:33 +0200
commitb026650be97e15d1fb8c1ff2423aa8b6ded17276 (patch)
tree7988ca1371193ec13b73f5a6fada4d9da3ff3da7 /src/simplewallet/simplewallet.h
parentMerge pull request #949 (diff)
parentBetter fix (#4) (diff)
downloadmonero-b026650be97e15d1fb8c1ff2423aa8b6ded17276.tar.xz
Merge pull request #952
709c724 Better fix (#4) (hyc) d2644c1 fix restore-deterministic height (luigi1111)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-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 6c766a32d..52a4e150f 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -244,6 +244,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;