diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-08-11 14:57:33 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-08-11 14:57:33 +0200 |
commit | b026650be97e15d1fb8c1ff2423aa8b6ded17276 (patch) | |
tree | 7988ca1371193ec13b73f5a6fada4d9da3ff3da7 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #949 (diff) | |
parent | Better fix (#4) (diff) | |
download | monero-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.h | 1 |
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; |