aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-04-26 18:01:57 +0200
committerRiccardo Spagni <ric@spagni.net>2016-04-26 18:01:57 +0200
commit94a291f8fbf927cd1a9caa229e1aef0a5c07a9a2 (patch)
treeafd15eed0ad6133c11860c87d35be2e9f7ccab98 /src/simplewallet/simplewallet.h
parentMerge pull request #803 (diff)
parentAdd --restore-height option (diff)
downloadmonero-94a291f8fbf927cd1a9caa229e1aef0a5c07a9a2.tar.xz
Merge pull request #806
19fe8ae Add --restore-height option (Howard Chu) b6e42c3 Speed up new wallet refresh (Howard Chu) b7140da Add GET_HASHES_FAST rpc, use it in wallet (Howard Chu)
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;