diff options
author | Howard Chu <hyc@symas.com> | 2018-12-14 16:37:38 +0000 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2018-12-14 19:11:35 +0000 |
commit | 60b35c91b97ba5b7f4edb858f1a210fa2251de74 (patch) | |
tree | 26c82b3f5da2ce37438956f9b700ea61460cc9a2 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #4927 (diff) | |
download | monero-60b35c91b97ba5b7f4edb858f1a210fa2251de74.tar.xz |
Add --restore-date param
Estimate restore height from given date
Check date format early, error out early if invalid
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 665879cac..9710f48a6 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -359,6 +359,7 @@ namespace cryptonote std::string m_mnemonic_language; std::string m_import_path; std::string m_subaddress_lookahead; + std::string m_restore_date; // optional - converted to m_restore_height epee::wipeable_string m_electrum_seed; // electrum-style seed parameter |