diff options
author | hyc <hyc@symas.com> | 2016-08-10 00:54:20 +0100 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2016-08-09 18:54:20 -0500 |
commit | 709c7247cd525952e89c4b8975171152a3969d92 (patch) | |
tree | b5df70cfefa575abc6458627a2a56702f032cefa /src/simplewallet/simplewallet.h | |
parent | fix restore-deterministic height (diff) | |
download | monero-709c7247cd525952e89c4b8975171152a3969d92.tar.xz |
Better fix (#4)
Diffstat (limited to '')
-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 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; |