Refactored password prompting for wallets
This commit is contained in:
@@ -81,6 +81,9 @@ namespace cryptonote
|
||||
|
||||
void wallet_idle_thread();
|
||||
|
||||
//! \return Prompts user for password and verifies against local file. Logs on error and returns `none`
|
||||
boost::optional<tools::password_container> get_and_verify_password() const;
|
||||
|
||||
bool new_wallet(const boost::program_options::variables_map& vm, const crypto::secret_key& recovery_key,
|
||||
bool recover, bool two_random, const std::string &old_language);
|
||||
bool new_wallet(const boost::program_options::variables_map& vm, const cryptonote::account_public_address& address,
|
||||
|
||||
Reference in New Issue
Block a user