replace lines with call to recently added print_seed()
This commit is contained in:
parent
831933425b
commit
2290eff6d6
|
@ -218,10 +218,7 @@ bool simple_wallet::seed(const std::vector<std::string> &args/* = std::vector<st
|
|||
|
||||
if (success)
|
||||
{
|
||||
success_msg_writer(true) << "\nPLEASE NOTE: the following 25 words can be used to recover access to your wallet. Please write them down and store them somewhere safe and secure. Please do not store them in your email or on file storage services outside of your immediate control.\n";
|
||||
boost::replace_nth(electrum_words, " ", 15, "\n");
|
||||
boost::replace_nth(electrum_words, " ", 7, "\n");
|
||||
std::cout << electrum_words << std::endl;
|
||||
print_seed(electrum_words);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue