From 60b35c91b97ba5b7f4edb858f1a210fa2251de74 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 14 Dec 2018 16:37:38 +0000 Subject: Add --restore-date param Estimate restore height from given date Check date format early, error out early if invalid --- src/simplewallet/simplewallet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/simplewallet/simplewallet.h') 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 -- cgit v1.2.3