From 6fe4ceaf091f1dbc5886d1a93551667b1a305b69 Mon Sep 17 00:00:00 2001 From: wowario Date: Sat, 25 Feb 2023 09:59:22 +0300 Subject: [PATCH] wallet seed message spacing --- src/simplewallet/simplewallet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 41fd6a6be..ac36f421f 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -4072,8 +4072,8 @@ bool simple_wallet::ask_wallet_create_if_needed() */ void simple_wallet::print_seed(const epee::wipeable_string &seed) { - success_msg_writer(true) << "\n" << boost::format(tr("NOTE: the following %s can be used to recover access to your wallet. " - "Write them down and store them somewhere safe and secure. Please do not store them in " + success_msg_writer(true) << "\n" << boost::format(tr("NOTE: the following %s can be used to recover access to your wallet.\n" + "Write them down and store them somewhere safe and secure. Please do not store them in \n" "your email or on file storage services outside of your immediate control.\n")) % (m_wallet->multisig() ? tr("string") : tr("25 words")); // don't log int space_index = 0;