aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2016-04-15 19:10:20 +0100
committerHoward Chu <hyc@symas.com>2016-04-17 15:25:46 +0100
commit19fe8ae3ef1aa46ae8fdd4e4d6862510390ddab7 (patch)
treeafd15eed0ad6133c11860c87d35be2e9f7ccab98 /src/simplewallet/simplewallet.h
parentSpeed up new wallet refresh (diff)
downloadmonero-19fe8ae3ef1aa46ae8fdd4e4d6862510390ddab7.tar.xz
Add --restore-height option
For specifying the block height from which to start a restore
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 21bbfa566..87d502d67 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -231,6 +231,7 @@ namespace cryptonote
bool m_restore_deterministic_wallet; // recover flag
bool m_non_deterministic; // old 2-random generation
bool m_trusted_daemon;
+ uint64_t m_restore_height; // optional
std::string m_daemon_address;
std::string m_daemon_host;