diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-01-16 19:05:31 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-01-16 19:05:31 +0200 |
commit | cb996d15c50ea973e0a33f1f7122672d9ae3b36c (patch) | |
tree | 8f3362f16a4ed850c47794454cb3fd73efa0180e /src/simplewallet/simplewallet.h | |
parent | Merge pull request #4980 (diff) | |
parent | Add --restore-date param (diff) | |
download | monero-cb996d15c50ea973e0a33f1f7122672d9ae3b36c.tar.xz |
Merge pull request #4981
60b35c91 Add --restore-date param (Howard Chu)
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 e49da8c18..cc4cf08ea 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -369,6 +369,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 |