Prints seed after wallet upgrade. Removed iostream include.

This commit is contained in:
Oran Juice
2014-10-19 14:39:45 +05:30
parent 70971be96b
commit f1eaf88ba6
3 changed files with 26 additions and 6 deletions

View File

@@ -101,6 +101,11 @@ namespace cryptonote
uint64_t get_daemon_blockchain_height(std::string& err);
bool try_connect_to_daemon();
bool ask_wallet_create_if_needed();
/*!
* \brief Prints the seed with a nice message
* \param seed seed to print
*/
void print_seed(std::string seed);
/*!
* \brief Gets the word seed language from the user.